body {
    margin: 0;
    height: 100dvh;
    width: 100dvw;
    font-family: sans-serif;
    text-align: center;
    background: black;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

* { margin: 0;}

h1 {
    font-weight: 1000;
    text-transform: uppercase;
    font-family: system-ui, sans-serif;
}

h2 {
    font-weight: 300;
    font-family: system-ui;
}
