      body {
        background-color: rgb(26, 26, 26);
        color: white;
        font-family: Arial;
      }

      .title {
        font-size: 30px;
        font-weight: bold;
      }

      .move-icon {
        height: 50px;
      }

      .move-button {
        background-color: transparent;
        width: 120px;
        height: 120px;
        margin: 0 5px;
        border: 3px solid white;
        border-radius: 50%;
        cursor: pointer;
      }

      .result {
        font-size: 25px;
        font-weight: bold;
        margin: 50px 0 0 0;
      }

      .score {
        margin: 60px 0 20px 0;
      }

      .reset-button,
      .autoplay-button {
        background-color: white;
        border: none;
        padding: 10px 15px;
        font-size: 15px;
        cursor: pointer;
      }