body {
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
}

.big-text {
    font-size: 10vw;
    font-weight: bold;
}

.small-text {
    font-size: 3vw;
    margin-top: 1vh;
}
