body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 50px;
  }
  #letters {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #wordInput {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
  }
  #message {
    font-size: 18px;
    color: green;
  }
  #bottom-right {
    position: fixed;
    bottom: 20px; 
    right: 20px;
    padding: 15px;
    border-radius: 10px;
    z-index: 1000; 
}
