#title {
    text-align: center;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    color: white;
    background-color: black;
}




#mainPragragh {
    text-align: center;
}


#game button:hover {
    border: 3px solid gray;
    color: grey;
    background-color: white;

}

#game button:active {
    border: 3px solid gray;
    color: white;
    background-color: gray;

}

#game button:disabled {
    border: 3px solid gray;
    color: white;
    background-color: gray;
}


#keyboardButtons button , #game button{
    padding: 15px;
    width: 80px;
    height: 50px;
    background-color: black;
    color: white;
    margin: 4px;
    justify-content: center;
    display: inline-block;
    font-size: larger;
    text-transform: capitalize;
}


#answerHeader {
    display: block;
    text-align: center;
}

#word h1 {
    display: inline;
}

#losingResult, #word{
    text-align: center;
    text-transform: capitalize;
    margin: 50px;
    text-spacing-trim: 5px;
}

#gameOver, #youWin{
    display: block;
    text-align: center;
    text-transform: uppercase;
}


    


#gameOverButton button , #youWinButton button {
    color: white;
    background-color: black;
    width: 150px;
    height: 30px;
    margin-left: 45%;
    margin-right: 55%;


}

#youWinResult, #gameOverResult {
    text-align: center;
}
