
.container {
    /* Style the container as a flex container */
    /* display: flex; */
    flex-direction: row;
    max-width: 500px;

  }

  #keyboard-cont{
    width:100%;
    max-width: 500px;
  }


  
      input {
        -webkit-appearance: none;
        border-radius: 0;
        padding: 2px;
        width: 35px;
        margin-right: -3px;
        text-align: center;
      }
  
      .hint {
        
      border-radius: 10px;
      color: black;
      cursor: pointer;
      display: none;

      margin-top: 3px;
      /* width: 24%; */
    
      }
  
      .hint1{
        background-color: #FACAB1;
      }
      .hint2{
        background-color: #FFF0CF;
      }
      .hint3{
        background-color: #E2F0D9;
      }
      .hint4{
        background-color: #DEEBF7;
      }
      .hint5{
        background-color: #FBE5D6;
      }
      .hint6{
        background-color: #82E2E0;
      }
      .hint7{
        background-color: #CCCCFF;
      }
      .hint8{
        background-color: #FFD765;
      }
    .grey {
      background-color: grey;
    }
    .deletedletter{
      background-color: #CCCCFF;
    }
  
      
      .score_grid{
       /* display: inline-block;*/
        line-height: 26px;
font-size: 20px;
letter-spacing: 3px;
      }
  
      .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
      }
  
  
      .edge_button {
        border-radius: 10%;
        height: 50px;
        margin-top: 5px;
        margin-right: 1.5px;
        width: 8%;
        /* padding: 0.5rem; */
        font-weight: 700;
  
  
      }
/* 
      .swal-button {
        background-color:#dde8db;
      } */
      .swal-modal{
        background-color: #dde8db;
      }
  
  
      td {
        text-align: center;
      }
  
  
      .keyboard-button {
        font-size: 1rem;
        font-weight: 700;
        padding: 0.5rem;
        margin: 0 2px;
        cursor: pointer;
        text-transform: uppercase;
      }
  
  
      #message-box {
    /* Style the message box */
    background-color: #eee;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 5px;
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    display: none;
  }
  
  
  .message-box {
    /* Style the message box */
    background-color: #eee;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    display: none;
  }

  .hint-message-box {
    background-color: darkgray;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 50px;
    border-radius: 15px;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 150px;
    font-weight: bold;
    color: green;
  }

  .clicked{
   background-color: white; 
   cursor:pointer; 
    font-size:12px;
    color:white
  }
  .notclicked{
     cursor:pointer; 
    margin-left: 0px;  
    font-size:12px;
  }