body {
	background-image: url("milkyway.jpg");
	width: 100vh;
  	height: 100vh;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: lightslategrey;
  	font-family: Bradley Hand, cursive;
	color: white;   
     }  
