html{
	height: 100vh;
	width: 100vw;
}

body {
 	min-height: 100vh;
	min-width: 100vw;
	background-image: url("../images/cloud_background.jpg");
 
	background-size: cover;
}
.starter-template {
	height: 100vh;
	min-height: 100vh;
	color: white;
	text-shadow: 2px 2px #000000;
	font-family: monospace; 
}


