body{
        background-color:rgb(25, 25, 25);
        color: white;
        font-family: Arial;
      }
      .title{
        font-size: 30px;
        font-weight: bold;
      }

      .move-icon{
        height: 50px;
      }

      .move-button{
        border-radius: 70px;
        background-color: black;
        padding-right: 38px;
        padding-left: 38px;
        padding-top: 35px;
        padding-bottom: 35px;
        border: 3px solid white;
        margin-right: 15px;
        cursor: pointer;
      }
      .move-button:active{
        box-shadow: 2px 5px 20px white;
      }
      .result-line{
        font-size: 25px;
        font-weight: bold;
        margin-top:50px;
      }

      .score{
        margin-top: 60px;
      }
      .reset-score{
        background-color: white;
        border: none;
        padding-top:10px;
        padding-bottom: 10px;
        padding-left:12px;
        padding-right: 12px;
        font-size:15px;
      }
      .reset-score:active{
        background-color: rgb(131, 130, 130);
        color:white;
      }
      