html,body {
	margin:0px;
	padding:0px;
	width:100%; 
	height:100%;	
}

#logo {
	width:100%; 
	height:90%;
	background-image:url(logo.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain
}

#tekst {
	text-align:center;
	height:10%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-size:calc(100% + 1vw);;

}
