.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;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #f6f0e4;
  color: #1c2a24;
  font-family: Tahoma, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
video,
audio {
  max-width: 100%;
}

header {
  background: #0f2d22;
  color: #f6f0e4;
}

main {
  display: block;
}
