html, body {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 15px;
	font-family: sans-serif;
}
html {
	background-color: #316C98;
}
h1 {
	color: #00ff45;
    text-shadow: 1px 1px #0f5704;
    font-size: 28px;
}