
body {
    background-color: black;
    font-family: monospace;
    color: white;
}

#seasonnum {
    display: flex;
    position: relative;
    margin-top: -44vmin;
    z-index: -1;

    /* gradient */
    background: radial-gradient(circle, #141414, #000000);
    justify-content: center;
    align-items: center ;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    /* text styling */
    font-family: monospace;
    letter-spacing: 2pt;
    font-size: 50vmin;
}

#timer {
    display: flex;
    margin-top: 20vh;

    /* gradient */
    background: radial-gradient(circle, white, #acacac);
    justify-content: center;
    align-items: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    /* text styling */
    letter-spacing: 2pt;
    font-size: 5vmin;
}