body {
	overflow: hidden;
}

.okvir{
	position: relative;
	background-color: skyblue;
	text-align: center;
}

.center {
position: relative;
width: 100vw;
height: auto;
top: 35vh;
font-family: 'Orbitron',
sans-serif;
font-size: 5vh;
font-style: italic;
font-weight: bold;
color: red;
text-shadow: 0.3vh 0.3vh 0.3vh black,
0.3vh 0.3vh 0.3vh white;
white-space: nowrap;
}