 * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        background-color: #b108a6;
      }

      #user-form {
        width: 50%;
        height: 92vh;
        margin: auto;
        margin-top: 25px;
      }

      .header {
        width: 45%;
        height: 10%;
        margin: auto;
        margin-bottom: 70px;
        text-align: center;
        margin-top: 10px;
        padding-top: 5px;
        
        letter-spacing: 2px;
      }

      .header p {
        font-size: 55px;
        font-family: "Dancing Script", cursive;
        color: white;
        
      }

      .header .fs {
        color: #ffff66;
        text-shadow: 0 0 15px #ffff66;
      }

      .header .ss {
        color: #ff66ff;
        text-shadow: 0 0 15px #ff66ff;
      }

      #form-fields {
        width: 90%;
        height: 75%;
        margin: auto;
        margin-top: 10px;
        text-align: center;
      }

      #form-fields .player {
        width: 99%;
        height: 20%;
        margin: auto;
        border: none;
        padding: 25px 0px 0px 0px;
        margin-bottom: 0px;
        margin-top: -27px;
      }

      #form-fields .player input {
        width: 200px;
        height: 40px;
        margin-left:10px;
        font-size: 20px;
        background-color: white;
        font-family: "Playwrite DK Loopet", cursive;
        padding: 10px;
        border-radius: 10px;
      }

      label[for="player-1"] {
        font-size: 25px;
        color: white;
        font-family: "Playwrite DK Loopet", cursive;
      }

      label[for="player-2"] {
        font-size: 25px;
        color: white;
        font-family: "Playwrite DK Loopet", cursive;
      }
      
      .start
      #start,
      #startwn {
        width: 29%;
        height: 20%;
        margin: auto;
        margin-top: 25px;
        border-radius: 10px;
        padding: 26px 0px 23px 0px;
        font-size: 20px;
        background-color: white;
        color: black;
        border-color: #e8cbc0;
        box-shadow: rgba(255, 0, 0, 0.2) 0px 22px 70px 4px;
        cursor: pointer;
        display: block;
        margin-bottom: 20px;
      }

      #start:hover,
      #startwn:hover {
        color: black;
      }

      /* #game{
              border: 1px solid red;
            } */
      #game {
       
        position: relative;
        width: 100%;
        height: 95vh;
        margin: 5px auto;
        
        text-align: center;
        display: none;
      }

      #score {
       
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 40px;
        flex-wrap: wrap;
       
      }

      #score > img {
        width: 100px;
        height: 100px;
        
      }

      .score1,
      .score2 {
        border-radius: 5px;
        padding: 10px;
        
        text-align: center;
        width: 150px;
      }

    

      .score1 img,
      .score2 img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
      }

      #player1,
      #player2 {
        font-family: "Playwrite DK Loopet", cursive;
        color: white;
        font-size: 25px;
        margin-top: 10px;
        display: block;
      }

      .box1,
      .box2 {
        
        width: 70px;
        height: 40px;
        margin: 10px auto;
        border-radius: 5px;
      }

      .box1 {
        border: 2px solid white;
        background-color: white;
      }

      .box2 {
        border: 2px solid white;
        background-color: white;
      }

      #mainbox {
      
        position: fixed;
        top: 30%;
        left: 39%;
        
        width: fit-content;
        margin: 0 auto 0px auto;
        margin-bottom: 80px;
      }

      .row1 {
        display: grid;
        margin-top:0 ;
       
        grid-template-columns: repeat(3, 100px);
        gap: 5px;
        justify-content: center;
      }

      .container {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        border: 3px solid white;
        
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36px;
        
        color: white;
        cursor: pointer;
      }
      .btn-group{
        position: fixed;
        border: 1px solid black;
        bottom: 0;
        left: 51%;
        
      }
      .btn1 {
        margin: -274px;
        margin-left: -273px;
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 25px;
        border: none;
        cursor: pointer;
        box-shadow: rgba(255, 0, 0, 0.2) 0px 22px 70px 4px;
      }
      .btn2 {
       
        margin-left: -395px;
        padding: 10px 20px;
        position:absolute;
        font-size: 16px;
        border-radius: 25px;
        border: none;
        cursor: pointer;
        
      }
      .btn3 {
        
        margin-left: 424px;
        position: absolute;
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 25px;
        border: none;
        cursor: pointer;
       
      }

      .btn1 {
        background-color:orangered;
        color:black;
      }

      .btn2 {
        background-color: yellow;
      }

      .btn3 {
        background-color: rgba(72, 255, 0, 0.8);
      }

      

      .btn2:hover {
        background-color: rgba(255, 251, 0, 0.8);
      }

      

      .btn2 img,
      .btn3 img {
        height: 20px;
        vertical-align: middle;
        background: transparent;
      }
      .btn-group {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
        flex-wrap: wrap;
      }
      #winner {
      border: 4px solid transparent;
      height: 155px;
      width: 280px;
      margin-left: 530px;
      position: absolute;
      margin-top: -214px;
      display: none;
      
      color: white;
      text-align: center;
      padding-top: 20px;
      font-size: 24px;
     
    }

    #close {
      position: absolute;
      top: 5px;
      right: 10px;
      background: transparent;
      border: none;
      color: white;
      font-size: 24px;
      cursor: pointer;
      z-index: 2;
    }

    #winner:hover {
      border-color: #da22ff;
    }

    #player_turns {
      margin-top: -367px;
      height: 205px;
      width: 100%;
      display: flex;
    }

    #player_1 {
      height: 139px;
      width: 20%;
      margin-top: 356px;
      margin-left: 59px;
      text-align: center;
      color: yellow;
      font-size: 50px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 700;
    }

    #player_2 {
      height: 139px;
      width: 20%;
     margin-top: 356px;
      margin-left: 670px;
      text-align: center;
      color: yellow;
      font-size: 50px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 700;
    }
      @media screen and (max-width: 768px) {
        #user-form {
          width: 98%;
        }

        .header p {
          font-size: 18px;
          padding-top: 10px;
        }

        #form-fields .player {
          padding: 31px 0px 0px 0px;
        }

        label[for="player-1"],
        label[for="player-2"] {
          font-size: 19px;
        }

        #form-fields .player input {
          width: 169px;
          height: 29px;
          font-size: 16px;
        }

        #start,
        #startwn {
          width: 55%;
        }
        #game {
          width: 100%;
          margin-top: 40px;
          display: none;
        }

        #score {
          width: 106%;
          margin-left: -10px;
          flex-direction: row;
          justify-content: space-evenly;
          align-items: center;
          flex-wrap: wrap;
          gap: 10px;
        }

        #score > img {
          width: 60px;
          height: 60px;
        }

        #mainbox {
          margin-top: 20px;
        }

        .container {
          width: 80px;
          height: 80px;
          font-size: 28px;
        }
        .btn-group {
          position: fixed;
          margin-bottom: 102px;
          bottom: 0;
          left: 47%;
          
        }
        .btn2 {
          margin-left: -236px;
        }
        .btn3 {
          margin-left: 262px;
        }
        .btn-group {
          margin-top: 91px;
        }
        .row1 {
          
          display: grid;
          margin-top:63px;
          grid-template-columns: repeat(3, 100px);
          margin-left: -92px;
          gap: 5px;
          justify-content: center;
         
      }

      #player_1 {
        
        margin-top: 722px;
        margin-left: 127px;
       
      }
      #player_2 {
    
    
        margin-top: 722px;
        margin-left: -69px;
        
      }         

      }