body{
    background-color: rgb(48, 59, 62);
    color: rgb(0, 255, 255);
    font-size: 30px;
    height: 100%;
    width: 100 hv;
    max-width: 100 hv;
}

.titleHeader{
    font-size: 80px; 
    text-align: center;
    border: 3px solid rgba(0, 255, 255, 0.715);
    border-radius: 50px;
    background-color: rgb(16, 20, 21);
}

.oButton{
    color: rgb(0, 255, 255);
    background-color: rgb(35, 43, 45);
    font-size: 100px;
    border: 5px solid white;
    text-align: center;
}

.oButton:hover{
    background-color: rgb(0, 255, 255);
    color: rgb(48, 59, 62);
}

.pause{
    background-color: rgb(48, 59, 62);
    color: rgb(0, 255, 255);
    
    font-size: 100px;
    border: 5px solid white;
    text-align: center;
}

.pause:hover{
    background-color: rgb(0, 255, 255);
    color: rgb(48, 59, 62);
}

.home{
    text-decoration: none;
    background-color: rgb(35, 43, 45);
    color: rgb(0, 255, 255);
    
    font-size: 100px;
    border: 5px solid white;
    text-align: center;
}

.home:hover{
    background-color: rgb(0, 255, 255);
    color: rgb(48, 59, 62);
}

.tutorialInfo{

    background-color: rgb(48, 59, 62);
    color: white;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    border: 5px solid white;
    text-align: center;
    max-width: 95%;
}

.hint{
    display: inline;
    color: rgb(0, 255, 255);
    text-align: center;
}
.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 95%;
}
.buttons button,.buttons a{
    margin-top: 20px;
}
.hint2{
    display: inline;
    color: rgb(255, 0, 0);
    text-align: center;
}

.indicator{
    display: inline;
    color: white;
    text-align: center;
    border: 5px solid white;
}

.score{
    background-color: rgb(0, 17, 255);
    color: white;
    text-align: center;
    font-size: 30px;
    width: 10%;
    position: absolute;
}

.player{
    width: 5%;
    height: 10%;
    background-color: blue;
    position: absolute;
    left: 40%;
    border: 5px solid white;
}

.box{
    width: 5%;
    height: 10%;
    background-color: none;
    position: absolute;
    border: 5px solid rgba(0, 0, 0, 0);
}

img {
    width: 100%;
    height: 100%; 
    object-fit: contain;
    position: absolute;
}