html {
    font-size: 1rem;
}

body {
    align-items: center;
    background: #111;
    color: #ddd;
    display: flex;
    flex-direction: column;
    font-family: Courier, monospace;
    height: 100dvh;
    justify-content: center;
    margin: 0;
}
