

#all {
    text-align: center;
    background-image: url("../assets/background2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    min-width: 750px;
}

#answerfield {
    font-size: 72px;
    text-align: center;
    padding-right: 30px;
    background-color: black;
}

.problem {
    font-size: 72px;

}

.problemdiv {
    height: 120px;
    color: white;
}

#response {
    font-size: 72px;

}

.score {
    font-size: 72px;
}

.answerdiv {
    display: grid;
    grid-template-columns: auto 300px auto;
    padding: 10px;
    gap: 20px;
}

.responsediv {
    display: grid;
    grid-template-columns: auto 300px auto;
    padding: 10px;
    gap: 20px;
}

.timepanel {
    height: 90px;
    background-color: rgba(0.6, 0.6, 0.60, 0.75);
    
}

.leftpanel{
    text-align: right;
}

.rightpanel{
    text-align: left;
}

#bluetimer {
    background-color: blue;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#redtimer {
    background-color: red;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.button {
    font-size: 2em;
    width: 300px;
}

.prize{
}

#redwin_image{
}

#selectdiv{
    text-align: center;
    padding: 20px;
}

#factorsdiv{
    font-size: 2em;
    color: white;
}