<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#feedback{
    position: absolute;
    width: 15%;
    top: -365px;
    left: 82.5%;
    height: 400px;
    background-color: rgba(255, 255, 255,.8);
    padding: 5px;
    color: black;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#email_submit{
    position: absolute;
    width: 60%;
    bottom: 0%;
    left: 20%;
    /* height: 55px; */
    background-color: rgb(102, 164, 102);
    color: black;
    padding: 5px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

#config {
    position: absolute;
    width: 50%;
    top: 30%;
    left: 25%;
    background-color: rgba(255, 255, 255,.5);
    border-radius: 5px;
    color: black;
    padding: 25px;
}

#game_box{
    position: absolute;
    width: 500px;
    top: 1%;
    left: 1%;
    background-color: rgba(255, 255, 255,.5);
    border-radius: 5px;
    color: black;
}

#result{
    position: absolute;
    top: 3.3%;
    right: 40%;
    /* height: 5%; */
    width: 20%;
    background-color: white;
    opacity: 70%;
    border-radius: 50px;
    font-size: 25px;
    padding: 15px;
}

.alert{
    position: absolute;
    width: 30%;
    left: 35%;
    top: 5%;
    text-align: center;
}

#game_end_confirm_menu{
    text-align: center;
    position: absolute;
    width: 25%;
    /* height: 25%; */
    padding: 25px;
    top: 37.5%;
    left: 37.5%;
    background-color: rgba(255, 255, 255,.5);
    border-radius: 5px;
    color: black;
}

#end_game_score{
    text-align: center;
    position: absolute;
    width: 50%;
    /* height: 25%; */
    padding: 25px;
    top: 20%;
    left: 25%;
    background-color: rgba(255, 255, 255,.5);
    border-radius: 5px;
    color: black;
}

.advanced{
    position: absolute;
    width: 45%;
    top: 30%;
    left: 27.5%;
    background-color: rgba(255, 255, 255,.5);
    border-radius: 5px;
    color: black;
    padding: 25px;
}

.dashboard{
    position: absolute;
    width: 45%;
    top: 30%;
    left: 27.5%;
    background-color: rgba(255, 255, 255,.5);
    border-radius: 5px;
    color: black;
    padding: 25px;
    max-height: 50%;
    overflow-y: scroll;
}</pre></body></html>