html {
  display: table;
  margin: auto;
  font-family: Cabin, sans-serif;
}
body {
  max-width: 70rem;
}
p {
  padding: 0.1rem;
}
img.product-logo {
  height: 5rem;
}
form {
  display: flex;
  flex-direction: column;
}
div.field-wrapper {
  padding: 0.5rem;
}
input[type="submit"] {
  align-self: center;
  font-size: 1.25rem;
}
ul.errorlist {
  color: red;
}
h3,
h4 {
  margin-bottom: 0;
}
span.result {
  font-size: 1.5rem;
  padding: 0.1rem;
}
span.result.lexile {
  color: #04844b;
}
span.result.quantile {
  color: #0071bc;
}
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3rem;
}
footer > div.terms-etc-links {
  display: flex;
}
footer > div.terms-etc-links > a {
  margin: 0.5rem;
}
