body {
  font-family: "SF Pro Display", -apple-system-headline, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2em;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10%;
  background-color: #1a1a1a;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

h1 {
  font-size: 4em;
  font-weight: 200;
  margin: 20px 0 0 0;
  text-align: center;
  strong {
    font-weight: 800;
  }
}

main {
  text-align: center;
  margin: 20px 0;
}

a {
  color: #77afec;;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}