/* Mobitva 2
 * 
 * Данил Гужвин
 * Сергей Калашников
 * Николай Вепрев
 * Дмитрий Петров
 *
 * 26.02.2020 22:49 (GMT+3)
 */

body{
    margin: 0 auto;
}
.footlinetime{
    z-index: 1000000000;position: fixed;bottom: 0;left: 0;width: 100%;border-spacing: 0;
}    

.footbcs{
    border-top-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: center;
    color: #ddca9f;
    background-color: #633300;
    /*font-family: GameFont;*/
}

.footlmenut{
    z-index: 1000000001;position: fixed;bottom: 0;left: 0;width: 40vw;border-spacing: 0;
} 
.footlmenub{
    border-right-style: solid;
    border-radius: 4px;
    width: 100%;
}

.footrmenut{
    z-index: 1000000001;position: fixed;bottom: 0;right: 0;width: 40vw;border-spacing: 0;
} 
.footrmenub{
    border-left-style: solid;
    border-radius: 4px;
    width: 100%;
}

.footrmenub:hover,.footlmenub:hover{
    cursor: pointer;
    background-color: #774400;
}
