body {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    font-family: monospace;
    font-size: min(15vh, 6vw);
    height: 100%;

    background-color: #101010;
    color: #ffffff;
}
