body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
}

header {
    text-align: center;
    margin-bottom: 2rem;
}

header h1 {
    font-size: xx-large;
}

main {
    text-align: center;
}

main p {
    font-size: xx-large;
}

footer {
    text-align: center;
    margin-top: 4rem;
}

footer p {
    font-size: large;
}

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

.anta-regular {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-legal {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
