

    .language-body {
        text-align: center;
    }
    
    .language-button {
        background-color: #3e3e47;
        color: burlywood;
        font-size: 12px;
        padding: 2px;
        border-radius: 2px;
    }
    
    .language-active {
        background-color: #9999bb;
        color: rgb(79, 71, 60);
        font-size: 14px;
        padding: 0px;
        font-weight: bolder;
    }
    
    .language-ingame-body {
        text-align: right;
    }