html, body {
    margin: 0;
}

body {
    background-color: black;
    color: white;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.big {
    font-size: 25vw;
}

.subtext {
    font-size: 8vw;
}