body{
        background-color: rgb(25, 25, 25);
        color: white;
        font-family: Arial;
      }
      .title{
        font-weight: bold;
        font-size: 30px;
      }
      .rock-icon, .paper-icon, .scissors-icon{
        height: 50px;
      }
      .move-button{
        background-color: transparent;
        border: 3px solid white;
        width: 120px;
        height: 120px;
        border-radius: 60px;
        margin-right: 10px ;
        cursor: pointer;
      }

      .result{
        font-size: 25px;
        margin-top: 50px;        
        font-weight: bold;
      }
      .moves{
      margin-bottom: 60px;
      }

      .reset-button{
        border: none;
        padding:8px 13px;
        font-weight: 500;
        font-size:medium;
        cursor: pointer;
      }