@font-face {
	font-family:'Podarok'; 
	src: url(../webfonts/ofont.ru_MontserratAlternates.ttf); 
}
body{
    font-family: 'Podarok';
    letter-spacing: 1px;
}
.offcanvas{
    width: 15%;
    background-color: #363636;
}
.games_sidebar_menu a{
    font-style: normal;
    color:beige;
    text-decoration: none;
    border-bottom: 1px dashed #ff5885;
}
.games_sidebar_menu a:hover{
    background-color: crimson;
}
.games_sidebar_menu a.active{
    background-color: gold;
    font-weight: 500;
    color:#ff0044
    
}
#games_sidebar_title{
    color:beige;
}
.navbar-brand em{font-style: normal;}

