body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Source Code Pro", "Monaspace Krypton", "JetBrains Mono",
    "Courier New", monospace;
  font-size: 16px;
}

main {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: hsl(60, 57%, 91%);
  padding: 0 4em;
}

h1 {
  color: hsl(30 20% 20% / 1);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.35em;
  text-align: center;
}

p {
  color: hsl(30 10% 10% / 1);
  font-weight: 500;
  max-width: 800px;
  font-size: 18px;
  text-align: center;
}

mark {
  background-color: hsla(30, 20%, 50%, 0.5);
  padding: 0.05em 0.25em;
  border-radius: 0.125em;
}

a {
  font-weight: 600;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
