h1 {
    text-align: center;
    margin-bottom: .4em;
}
#wh_main_table {
    width: 35%;
    margin: auto;
    border-spacing: 0px;
}
#wh_main_table td {
    border: 1px solid #222;
    border-spacing: 0px;
    height: 2em;
    text-align: center;
    font-weight: bold;
    font-size: 155%;
    background-color: #828f69;
    color: #fff;
    text-transform: uppercase;
}
.correct_place {
    background-color: #278a31 !important;
    color: #fff !important;
}
.out_of_place {
    background-color: #D2AC2E !important;
    color: #fff !important;
}
#keyboard {
    margin: auto;
}
#keyboard td {
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    color: #fff;
    background-color: rgb(129, 131, 132);
    padding: .5em;
    cursor: pointer;
    text-transform: uppercase;
}
.letter_used {
    background-color: rgb(58, 58, 60) !important;
}
#submit_button, #backspace_char {
    background-color: rgb(58, 58, 60) !important;
}

/* Hidden by default, only shown when the game is over */

#graph_wrapper {
    display: none;
}
#graph {
    margin: auto;
    margin-bottom: 1em;
    width: fit-content;
}
#share_header {
    text-align: center;
    color: #111;
}
#share_button {
    margin: auto;
    text-align: center;
    display: block;
}
#already_played_msg {
    text-align: center;
    padding-bottom: 1em;
    line-height: 140%;
    font-size: 115%;
    width: 75%;
    margin: auto;
}
#next_wh span {
    font-weight: bold;
}