html,
body {
    background-color: #582780;
    color: #1c2a56;
    padding: 0;
    margin: 0;
    user-select: none;
    overflow: auto;
}

.whiterounded {
    background-color: #fff;
    border-radius: 0.5vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw;
    border-radius: 15px;
    box-shadow: 3px 3px 4px #333;
}

#timedisplay {
    font-size: 5vw;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    width: 97%;
}

#leftside {
    display: inline-block;
    width: 34vw;
    vertical-align: top;
}

#rightside {
    display: inline-block;
    width: 64vw;
    vertical-align: top;
}

#questions {
    padding-left: 2vw;
    font-size: 2.5vw;
    line-height: 2em;
}

#curletterwrap {
    text-align: center;
    font-size: 3vw;
}

#curletter {
    font-size: 25vw;
}

.btn {
    font-family: sans-serif;
    display: inline-block;
    width: 9vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw;
    background: linear-gradient(to bottom, #fcb900 0%, #fd9700 100%);
    font-size: 1.8vw;
    font-weight: bold;
    line-height: 2.3em;
    text-align: center;
    color: #fff;
    border-radius: 0.5vw;
    text-shadow: #000 2px 2px 2px;
    box-shadow: 0 2px 5px #000;
}



#modalscreen {
    font-family: sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 107%;
}

#pausescreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255, 0.2);
    pointer-events: none;
}


#leftpart {
    display: inline-block;
    vertical-align: top;
}

#rightpart {
    display: inline-block;
}

#timesup {
    position: absolute;
    left: 48%;
    top: 0;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 2vw;
    font-weight: bold;
    width: 79vw;
    padding: 2vw;
    vertical-align: top;
    border: 0.5vw solid red;
    width: 93%;
    height: 85px;
    line-height: 0.8;
}

#nextletterbtn {
    width: 15vw;
    line-height: 2em;
    position: absolute;
    left: -0px;
}

#mainmenubtn {
    background: linear-gradient(to bottom, #23c2a0 0%, #079cd2 100%);
    width: 15vw;
    line-height: 2em;
    position: absolute;
    left: 300px;
}

#timesup hr {
    border-top: 0.05em solid #1c2a56;
}

#mainwrap {}

@media (max-width: 1070px) {
    #questions {
        font-size: 3vw;
        line-height: 2.2;
    }

    #pausebtn,
    #newletterbtn,
    #menubtn {
        width: 28%;
        margin-left: 10px;
        height: 60px;
        font-size: 2.5vw;
        line-height: 2.4;
    }

    #pausebtn {
        margin-left: 20px;
    }

    .optionsModal_header {
        margin-left: -21px !important;
    }

    #timesup {
        height: 60px;
        width: 93%;
        margin-left: 20px;
    }

    #nextletterbtn {
        left: 10px;
    }

    #mainmenubtn {
        left: 190px;
    }
}

@media (min-width: 1900px) {
    #timesup{
        height: 95px;
        line-height: 0.7;
    }
        #mainmenubtn {
        left: 320px;
    }
    .optionsModal_header{
        margin-left: -39px !important;
    }
}
