      body {
        font-family: Arial;
        background-color: purple;
        color: white;
        text-align: center;
      }

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

      .move-icon {
        height: 50px;
      }
      .move-button {
        background-color: green;
        border: 3px solid white;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-right: 30px;
        cursor: pointer;
      }
      .move-button:hover {
        background-color: lightgreen;
      }
      .result {
        font-size: 25px;
        font-weight: bold;
        margin-top: 50px;
      }

      .score {
        margin-top: 60px;
      }

      .reset-score-button,
      .auto-play-button {
        background-color: white;
        border: none;
        font-size: 15px;
        padding: 8px 15px;
        cursor: pointer;
      }
