html, body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.time-until-launch-text {
    font-size: 2rem;
    color: var(--h2-color);
    font-weight: bold;
}

#time-text {
    font-size: 8rem;
    margin: 0;
}

.cc-logo {
    width: 8rem;
    height: 8rem;
    image-rendering: pixelated;
}

#discord-link-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 1.075rem;
}

.learn-more-text {
    font-weight: 500;
    font-size: 1.15rem;
}

.demo-text {
    font-weight: 700;
    font-size: 1.25rem;
}