*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  box-sizing: border-box;
  background-color: #202124;
  color: #e8eaed;
  margin: 0;
  font-family: system-ui, ui-sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Oxygen, Ubuntu, Cantarell, "Open Sans",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main {
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
  line-height: 1.5;
}
img,
svg,
video,
audio {
  display: block;
  max-width: 100%;
  margin: 1.75rem auto;
}
img,
svg,
video {
  height: auto;
}
audio {
  width: 100%;
}
h1,
h2,
h3,
h4 {
  line-height: 1;
}
h1 {
  font-size: 2rem;
}
#home-title {
  font-weight: 300;
  margin: 0 0 1.5rem;
}
header h1 {
  font-weight: 400;
  margin: 0.5rem 0;
}
h2 {
  font-size: 2rem;
  font-weight: 300;
  margin: 2rem 0 1.25rem;
}
h2.title {
  font-size: 2.25rem;
  font-weight: 500;
  margin: 2rem 0;
  text-align: center;
}
h3,
h4 {
  font-weight: 500;
  margin: 1.75rem 0 1rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
p {
  margin: 0.5rem 0 1rem;
}
strong {
  font-weight: bolder;
}
ul,
ol {
  margin: 0.5rem 0 1.5rem 1.5rem;
  padding: 0;
  list-style-position: outside;
  list-style-image: none;
}
li,
li p {
  margin: 0 0 0.125rem;
  line-height: 1;
}
blockquote {
  margin: 0 1.5rem 1.5rem;
  padding: 0;
}
blockquote p {
  margin-bottom: 0.5rem;
}
hr {
  margin: 3rem 0;
  color: inherit;
  background-color: hsl(216, 12%, 92%, 0.5);
  border: none;
  height: 1px;
}
a {
  text-decoration: none;
  color: hsl(192, 96%, 64%);
}
a:hover,
a:focus {
  text-decoration: underline;
}
details {
  margin: 1rem 0 2rem;
  border-bottom: 1px dotted;
}
summary {
  margin: 1rem 0;
  cursor: pointer;
}
