body {
margin:0px;
width:100vw;
height:100vh;
overflow:hidden;
background-color:#000000;
}

.background {
position:fixed;
width:100vw;
height:100vh;
background-image:url("background.jpg");
background-position:center;
background-size:cover;
}

.logo {
position:fixed;
top:0px;
right:100px;
z-index:20;
/* box-shadow:0px 0px 50px #ffffff; */
}

.naglowek {
color:white;
font-family:monospace;
font-weight:bold;
text-shadow:2px 2px #000000;
margin:10px;
}

.standard {
color:white;
font-family:monospace;
text-shadow:2px 2px #000000;
margin:10px;
}

.awaria {
color:red;
font-family:monospace;
text-shadow:2px 2px #000000;
margin:10px;
}

.footer {
color:white;
font-family:monospace;
text-shadow:2px 2px #000000;
position:fixed;
bottom:0px;
margin:10px;
}

@media screen and (max-width:1000px) {
	.logo {
	right:50px;
	width:100px;
	height:200px;
	}
}
