
body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
}
#word {
    font-size: 2em;
    letter-spacing: 0.1em;
}
#message {
    font-size: 1.2em;
    color: red;
}
#letters button {
    margin: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
    border: none;
    border-radius: 5px;
}

#space {
    margin-top: 50px;
}

button.reset {
    margin: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    background-color: rgb(153, 153, 153);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

/* body {
    background-image: url('background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */