body {

    background-color: #f5f5f5;
    color: #333;
    text-align: center;
}

#letter-display {
    font-size: 125px;
}




#perfect-score-img {
    max-width: 100%;
    height: auto;
}


button {
  border: none;
  cursor: pointer;
  appearance: none;
  background-color: transparent;
}

#level1-star {
    position: absolute;
    top: 70px;
    left: 500px;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    color: white;
}

.menu-button {
            position: absolute;
            font-family: 'Kanit', sans-serif;
            font-size: 24px;
            padding: 10px 30px;
            background-color: #8b552e;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            width: 300px;
}

.main-menu-button {
            position: absolute;
            font-family: 'Kanit', sans-serif;
            font-size: 18px;
            padding: 5px 20px;
            background-color: #8b552e;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            width: 300px;
}

#answer-buttonsBAK {
    display: flex;
    justify-content: center;
    gap: var(--btn-gap, 1.5rem);
    padding: 1rem;
}


.answer-btnBAK {
    min-width: 10rem;
    padding: 2rem 1.25rem;
    border: 2px solid #0066cc;
    border-radius: .5rem;
    background: #e6f0ff;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5rem; 
}
