      body {
        background-color: #222;
        color: whitesmoke;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
      }

      .result {
        height: 40px;
        font-size: 2rem; 
        margin-top: 50px;
        font-weight: bold;
      }

      .moves {
        height: 80px;
        font-size: 1.25rem;
        margin-bottom: 50px;
      }

      .score {
        font-size: 1.25rem;
        margin-bottom: 20px;
      }

      .move-button {
        width: 150px;
        height: 150px;
        background-color: transparent;
        border: 2px solid white;
        border-radius: 50%;
        margin-right: 10px;
        cursor: pointer;
      }

      .move-icon {
        width: 60px;
      }

      .reset-button,
      .auto-play-button {
        font-size: 1.5rem;
        padding: 10px 15px;
        border: none;
        background-color: #eee;
        cursor: pointer;
      }

      .cnfrm-btn {
        color: black;
        background-color: white;
        border: none;
        padding: 5px 7px;
      }