body {
    background-color: #000000;
    font-family: "Poppins", system-ui;
    color: #d1d1d1;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 75pt;
}

.logo {
    height: 50pt;
    margin-top: -10pt;
    margin-bottom: 0;
    opacity: 0.7;
}

#uppertext {
    margin-top: 190pt;
    font-size: 50pt;
    color: #878787;
    margin-bottom: -25pt;
}

#countdown {
    margin-top: 0;
    font-size: 75pt;
    color: #d1d1d1;
}

.footer {
    color: #a1a1a1;
    font-size: 8pt;
    font-weight: 300;
    opacity: 0.2;
}

.lit {
    color: #8a8a8a;
    font-weight: 200;
}

@media (max-width: 700px) {
    #uppertext {
        font-size: 30pt;
        margin-bottom: -15pt;
    }

    #countdown {
        font-size: 50pt;
    }
}

@media (max-width: 500px) {
    #uppertext {
        font-size: 25pt;
        margin-bottom: -15pt;
    }

    #countdown {
        font-size: 40pt;
    }
}