body {
    font-family: Arial, sans-serif;
}

h1 {
    text-align: center;
}

#img { 
    display: block;
    margin-left: auto;
    margin-right: auto; }
 
#wordtvar {
    font-size: 2em;
    margin: 20px 0;
    text-align: center;
}

#word {
    font-size: 2em;
    margin: 20px 0;
    text-align: center;
}

#guesses {
    margin: 20px 0;
    text-align: center;
}

#buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

button {
    font-size: 1.5em;
    margin: 5px;
    padding: 10px;
    border: none;
    background-color: #eee;
    cursor: pointer;
}

