.main-page{
    width: 100vw;
    height: 100vh;
    background-color: white;
    background-image: none;
    padding: 0%;
}

.score{
    text-align: center;
    width: 30%;
    position: absolute;
    background-color: #08225A;
    padding: 2% 3% 2% 13%;
    /* padding: 2% 3% 2% 7%; */
    /* border-bottom: 2px solid; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* canvas{
    background-image: url('../img/ola_theme.svg');
} */


.modal-content{
    margin: 50% auto 0% auto;
    padding: 5%;
    width: 80%;

}


.dot, .dot1, .middle-dot{
    width: 1.3vw;
    height: 1.3vw;
    padding: 0.7%;
    border-radius: 50%;
    background-color: white;
}

.middle-dot{
    margin: 15.5% 0%;
}

.tips{
    color: rgba(8, 34, 90, 1);
}

ul{
    list-style-position: inside;
    margin-left: 25%;
    width: 100%;
    margin-bottom: 7%;
    
}

.theme__menu{
    display: none;
}