:root { color-scheme: only light; }
* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  margin: 0;
  padding-bottom: 115px;
  background: #002a5e url("background.png") 100% 106% / auto no-repeat;
  color: #454546;
  font-family: Arial, sans-serif;
}
#logo { width: 450px; margin: 20px auto 0; }
#logo img { display: block; width: 450px; height: auto; max-height: 150px; }
.main-container, .results-container {
  width: 450px;
  margin: 17px auto 0;
  padding: 25px;
  background: #fff;
  border: 2px solid #0069a0;
  border-radius: 10px;
}
h1 { margin: 0; padding-bottom: 25px; font-size: 21px; font-weight: 600; }
input, button {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 13px;
  border: 1px solid #777;
  font: inherit;
  font-size: 20px;
}
button, .back { background: #009cff; color: #fff; letter-spacing: 3px; text-align: center; cursor: pointer; }
.back { display: inline-block; padding: 12px 18px; text-decoration: none; }
.result { padding: 12px 0; border-top: 1px solid #ccd9df; }
.result:first-of-type { border-top: 0; }
.result h2, .result p { margin: 5px 0; }
footer { position: fixed; bottom: 0; left: 0; width: 100%; border-top: 1px solid #7eaabf; text-align: center; color: #fff; background: rgba(0,42,94,.92); }
.privacy { max-width: 1200px; margin: 10px auto 0; font-size: 14px; }
.privacy a { color: #fff; }
.footer-text { margin: 8px 0; font-size: 11px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 520px) {
  #logo, .main-container, .results-container { width: calc(100% - 32px); }
  #logo img { width: 100%; }
  footer { position: static; margin-top: 24px; }
  body { padding-bottom: 0; }
}

