#topWord {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    /* Center the word */
    font-size: 2em;
}

#bottomWords {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    /* Adjust as needed */
    display: flex;
    justify-content: space-around;
}

.bottom-word {
    padding: 10px;
    border: 1px solid black;
    cursor: pointer;
}

.x{
    border:1px solid #000000;
}

#feedback {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5em;
    color: green;
    /* Example styling */
}

.answer{
  position: absolute;
  bottom: 80px;
  left: 50%; 
  width: 20%; 
}