body {
       background-color: rgb(25, 25, 25);
       color: white;
       font-family: Arial, Helvetica, sans-serif;

}

.title {

       font-size: 30px;
       font-weight: boldlight;
}
.move-icon{

       height: 50px;
       width: 50px;
}
.move-button{
       background-color: transparent;
       border: 1px solid white ;
       border-radius: 100%;
       padding: 10px 16px;
       height: 100px;
       width: 100px;
       margin: 5px;
       cursor: pointer;


}
.result{
       font-size: 25px;
       margin-top: 50px;
       font-weight: bold;

}
.score{
       margin-top: 60px;

}
.reset-score-button{
       background-color: white;
       border: none;
       font-size: 20px;
       cursor: pointer;
}
