body {
    font-size: 50px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 50px;
    background-color: #EDFFBE;
}

#word-display {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

#word-input {
    font-size: 18px;
    padding: 5px;
}
