.hangman-extra-div {
    width: 100%;
    height: 19%;
    top: 34%;
}

.hangman-keyboard {
    text-align: center;
    top: 17%;
}

.keywords {
    position: relative;
    border: 2px solid #fff;
    font-size: 1.5vw;
    line-height: 2vw;
    background-color: #189EC1;
    border-radius: 0.5vw;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 4;
    width: 10%;
    display: inline-block;
}

.revealed {
    position: relative;
    border: 2px solid #fff;
    font-size: 1.5vw;
    line-height: 2vw;
    background-color: green;
    border-radius: 0.5vw;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 4;
    width: 10%;
    display: inline-block;
}

.shake {
    position: relative;
    border: 2px solid #fff;
    font-size: 1.5vw;
    line-height: 2vw;
    background-color: red;
    border-radius: 0.5vw;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 4;
    width: 10%;
    display: inline-block;
}

.hangman-ul {
    text-align: center;
    height: 40%;
    top: 60%;
}

.hangman-ul .hangman-letters {
    display: inline-block;
    font-size: 2vw;
    position: relative;
    width: 5%;
    line-height: 2vw;
    height: 70%;
    top: 15%;
}

.hangman-points {
    height: 20%;
    width: 50%;
    left: 25%;
}

.hangman-text-clue {
    height: 50%;
    top: 25%;
    text-align: center;
    font-size: 2vw;
}

.big-letters {
    width: 11% !important;
}