/* Stand 20201103 OliSul*/

* {
	box-sizing: border-box;
}

body {
	background-color: #74b1d1;
	font-size: 1.5vw;
	font-family: verdana, times, arial;
}

h1 {
	text-align: center;  
	font-size: 5vw;
	font-weight: bold;
	text-shadow: 0.2vw 0.2vw white;
}

h2 {
	text-align: center;  
	font-size: 3vw;
	font-weight: bold;
	text-shadow: 0.2vw 0.2vw white;
	margin-top: -5vh;
}

h3 {
	text-align: center;  
	font-size: 2vw;
	/* font-weight: bold; */
	text-shadow: 1px 1px white;
	margin-top: -2vh;
}

footer {
	margin: 0.1vh 0vw 0vh 5vw; /* Top right bottom left */
	float: left; 
	font-size: 1.2vh; 
	text-align: left;
	padding: 1vh 0 0 2vw;
}

footer p {
	margin-top: 0.2vh;
}

