/* press-start-2p-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Press Start 2P";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/press-start-2p-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --max-width-xl: 1024px;
}

body {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  background-color: #282c34;
  color: #61dafb;
  font-size: 1rem;
  font-family: monospace;
  display: flex;
  flex-direction: column;
}

header,
footer {
  flex: 0 0 auto;
}

header {
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}

header h1 {
  font-family: "Press Start 2P", monospace;
  font-size: 2rem;
  color: white;
}

header svg {
  margin-top: 1rem;
}

main {
  flex: 1 0 auto;
}

main p {
  line-height: 2;
}

a {
  color: #21a1f1;
  text-decoration: none;
  border-bottom: 1px solid #21a1f1;
}

ul li {
  margin-bottom: 0.75rem;
}

main {
  max-width: var(--max-width-xl);
  margin: 0 auto;
  padding: 2rem;
}

footer {
  text-align: center;
  padding: 1rem;
  color: white;
}
