body{
    background-color: rgb(254 147 0);
    color: white;
    font-family: Arial;
    position: fixed;
}
.title{
    font-size: 25px;
    font-weight: bold;
}
img{
    height: 50px;
}
.move-icon{
    height: 50px;
}
.move-button{
    width: 80px;
    height: 80px;
    border-radius: 60px;
    border: 3px solid white;
    background-color: transparent;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    margin-bottom: 20px;
    transition: all 0.25s ease-in-out;
}
.move-button:hover{
    scale: 1.1;
}
.result{
    font-size: 25px;
    font-weight: bold;
    
    margin-bottom: 40px;
}
.score{
    margin-top: 60px;
    

}
.reset-score-button,
.auto-play-button{
    background-color: rgb(250,192,54);
    
    border-radius: 25px;
    font-weight: 550;
    border: none;
    font-size: 15px;
    padding: 10px 15px;
    cursor: pointer;
    margin-top:10px;
    margin-left:10px;
    transition: all 0.25s ease;
    
}

.reset-score-button:hover{
    /* scale: 1.05; */
    background-color: rgb(221, 163, 29);
}

.auto-play-button:hover{
    /* scale: 1.05; */
     background-color: rgb(221, 163, 29);
}

.main{
    /* background-color: aqua; */
    position: absolute;
    width: 310px;
    top: 70px;
    left: 30px;

}
.container{
    
    /* background-color: azure; */
    position: relative;
    top: 20px;
    left: 10px;

}
.phone{
    width: 330px;
    height: 70%;
}
@media (min-width:1000px) {
    .container {
    position: absolute;
    left: 600px;
    
    }
    }
