.word {
    background: #57ce89;
    color: white;
    padding: 5px 5px;
    width: 85px;
    min-height: 50px;
    font-size: 12px !important;
    text-align: center;
    display: inline-block;
}

    .word p {
        width: 100% !important;
        font-family: inherit !important;
        display: table-cell !important;
        vertical-align: middle !important;
        margin: auto !important;
        min-height: 50px !important;
        text-align: center !important;
        left: 0;
        right: 0;
        word-break: break-all;
    }

#wordblock {
    top: -200px;
    position: fixed;
}

.cloud {
    background: -webkit-linear-gradient(right, #1E8AB0, #16546D);
    color: white;
    position: relative;
    z-index: 99;
    padding: 20px;
}


.cloud_green {
    background: -webkit-linear-gradient(left, #019402, #0c6700);
    color: white;
    position: relative;
    z-index: 99;
    padding: 20px;
}

.cloud_red {
    background: -webkit-linear-gradient(left, #ff0000, #540707);
    color: white;
    position: relative;
    z-index: 99;
    padding: 20px;
}


.footer_game_default {
    /*top: 84.5vh !important;*/
    bottom: 0% !important;
    background: -webkit-linear-gradient(right, #1E8AB0, #16546D);
    color: #fff !important;
    text-align: center !important;
    position: absolute !important;
    width: 100% !important;
    font-size: 18px !important;
    padding: 20px 0 !important;
}


.footer_game_green {
    background: -webkit-linear-gradient(left, #019402, #0c6700) !important;
}

.footer_game_red {
    background: -webkit-linear-gradient(left, #ff0000, #540707) !important;
}
