body{background-color: #000000;font-size: 0px;}
/*header*/
#menu_img{
width: 100%;
height: 45px;
object-fit: cover;
}
.menu_buttons{
font-size: 35px;
display: inline-block;
position: relative;
font-family: 'cyber', 'cyber num';
font-weight: 300;
letter-spacing: 5px;
}
#a, #b{margin-left: 10%;}
#c, #b{margin-right: 10%;}
a{
text-decoration: none;
color: yellowgreen;
cursor: wait;
}
.header{
position: fixed;
top: -7px;
left: 0px;
max-width: 7680px;
width: 100%;
}
/*adaptacziya*/
@media (max-width: 970px){
	#a, #b{
		margin-left: 3%;
	}
	#c, #b{
		margin-right: 3%;
	}

}
@media (max-width: 720px){
	.menu_buttons{
		font-size: 20px;
	}
}
@media (max-width: 480px){
	.menu_buttons{
		font-size: 15px;
	}
	#menu_img{
		height: 30px;
	}
	.menu_buttons{
		top: -10px;
	}
}
@media(max-width: 370px){
	.menu_buttons{
		font-size: 10px;
	}
	#menu_img{
		height: 25px;
	}
		.menu_buttons{
		top: -15px;
	}
}
/*custom fonts*/
@font-face {
 font-family: "cyber";
 src: url("custom_fonts/cyber_font.eot") format("eot"),
       url("custom_fonts/cyber_font.ttf") format("ttf"),
       url("custom_fonts/cyber_font.otf") format("otf"),
       url("custom_fonts/cyber_font.woff") format("woff"),
       url("custom_fonts/cyber_font.woff2") format("woff2");
}
@font-face {
 font-family: "cyber num";
 src: url("custom_fonts/cyber_num.eot") format("eot"),
       url("custom_fonts/cyber_num.ttf") format("ttf"),
       url("custom_fonts/cyber_num.otf") format("otf"),
       url("custom_fonts/cyber_num.woff") format("woff"),
       url("custom_fonts/cyber_num.woff2") format("woff2");
}
.dsclaimer{
	display: none;
}
/*content*/
.content{
font-family: 'cyber', 'cyber num';
font-weight: 100;
letter-spacing: 5px;
/*width: 70%;
border-width: 3px;
border-color: lightcyan;*/

}
/*footer*/
.footer{
width: 100%;
max-width: 7680px;
height: 50px;
position: fixed;
bottom: 0px;
left: 0px;
background-color: rgb(50, 50, 50);
color: antiquewhite;
font-size: 15px;
}
#footext{
height: 100%;
display: inline-block;
position: relative;
top: 10px;
}
#h1{
color: darkred;
font-size: 20px;
display: inline-block;
}