 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 {
      background-color: transparent;
      border: 3px solid white;
      width: 120px;
      height: 120px;
      border-radius: 60px;
      margin-right: 10px;
      cursor: pointer;
      /*margin-bottom: 20px;*/
    }

    .result {
      font-weight: bold;
      font-size: 25px;
      margin-top: 50px;
      font-family: Arial;
    }
    .score{
      margin-top: 60px;
      font-family: Arial;
      font-size: 20px;
      font-weight: normal;
    }
    .reset{
      padding: 8px 15px;
      font-family: Arial;
      background-color: white;
      border: none;
      font-size: 15px;
      cursor: pointer;
    }
    .game {
      font-size: 20px;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
        }
