@font-face {
    font-family: 'Europe';
    src: url('https://smashbros.ru/EuropeNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Europe';
    src: url('https://smashbros.ru/EuropeBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.navmenu_bar{
background-color:#1a1a1a;

height:50px;
display: flex;
flex-direction: row;

text-align:center;


color: white;
}


.navmenubutton{
background-color: transparent;
/*background-color: #80808000;
background-color: #00000000;
border: solid #e5e5e5;

border-left: solid #e5e5e5;
border-right: solid #e5e5e5;
*/
border-style: none;


font-family:europe;
font-size:16px;
color: white;
}
}