.letter-box {
    display: inline-flex;
    color: #000;
    text-align: center;
    border: 2px solid black;
    padding:5px;
 
    
    border: 2px solid #150639;
    background-color: #fffd34;
    box-shadow: inset 2px 2px 0px 0px #BfBd14;
    
  }

  #song-hint {
    display:inline-block;
    color:#000;
    margin-bottom: 20px;
    margin-top:10px;
    font-size:1.2rem;
    background-color: #fff;
    box-shadow: inset 4px 4px 0px 0px #bbb;
    border-radius: 8px;
    padding:5px 25px;
    margin:15px;
  }


  .letter-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5vw;
    /*border: 2px solid green;*/
    aspect-ratio: 1; /* Set aspect ratio to 1:1 (width:height) */
    width:3.5vw;
    height:3.5vw;
    flex-grow:1;
    Font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    line-height: 1;
}

  #word-display {
    font-size: 24px;
    
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
  }

  .word-box {
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    /*border: 1px solid red;*/
    gap:.1vw;
    margin-left:5px;
    margin-right:5px;

    justify-content: center;
    align-items: center;
  }

  #guess-input {
    margin-bottom: 10px;
    text-align: center;
    width:100%;
    font-size:20px;
  }
  #message {
    font-size: 20px;
    margin-top: 10px;
    background-color: RGBA(0,0,0,0.2);
    padding:25px;
    border-radius: 8px;
  }

  #player {
    
    /*height:10px;*/
  }


  #get-ready-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

code {
  display:inline-block;
  color:#000;
  margin-bottom: 20px;
  margin-top:10px;
  font-size:1.2rem;
  background-color: #fff;
  box-shadow: inset 4px 4px 0px 0px #bbb;
  border-radius: 8px;
  padding:5px 25px;
  margin:15px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}


.flex-button {
  display:inline-flex;
  gap:10px;
  justify-content: center;

}

.boombox-hero {
  max-height:30vh;
}

.smallBTN {
  font-size:1.2em;
  margin:4px;
  text-align: center;
}

.ui-dialog {
  max-width:95%!important;
}

.highlight-text {
  font-weight:bold;
  color:#1af7ff;
}

.player-revealed #player {
  width:100%!important;
  height:166px!important;  
}

.player-revealed {
  width:100%!important;
  height:166px!important;
  margin:15px!important;
  overflow:none!important;  
}

.letter-contnet {
  font-weight: bold;
}