* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  font-family: Arial;
  color: #333;
  padding: 0 16px;
}
#content {
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 2em;
}
a {
  text-decoration: none;
  color: #0d5de6;
}
footer {
  margin: 0.5em 0;
}

wpt-results {
  margin-bottom: 5em;
}

article {
  margin-top: 2em;
  line-height: 1.5em;
  font-size: 1.2em;
}
article h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
article h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
article p, ul {
  margin-bottom: 1em;
}
article ul {
  margin-left: 2em;
}
