html {
    background-color: black;
}

.logo {
    max-width: 50%;
}

.container {
    padding: 2vw;
    display: block;
    text-align: center;
}

.text {
    color: white;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)))
}

.setLaunchText {
    margin-top: 2vh;
    font-size: calc((14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)))*1.9)
}

.counter {
    font-size: calc((14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)))*1.9)
}

.needSupportText {
    color: #fcba03;
    margin-top: 10vh;
    white-space: 0;
}

.needSupportText a {
    color: #445cc8;
    font-weight: bold;
    text-decoration: none;
}

.needSupportText a:hover {
    transition: 1s;
    color: #ff6600;
}

.needSupportText a:visited {
    color: #445cc8;
    font-weight: bold;
    text-decoration: none;
}

.instructionsText {
    margin-top: 4vh;
}

.contactInfo {
    margin-top: 8vh;
    text-decoration: none;
}