/* Elements */ 

h1 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 54px;
  Color: lightblue;
  text-shadow: 2px 2px black;
  }

p {
  color: lightblue;
  text-shadow: 1px 1px black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
}

body {
  background-color: darkgrey;
}

div {
  
  background-image: url(/Skyshimmer.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  border: 15px solid #4d3319;
  height: 100vh;
  justify-self: center;
  margin: 0 auto;
  max-width: 75%;
  max-height: 35%;
  padding: 10px;
  width: auto;
  }
  
footer {
	background-color: rgb(71, 0, 71);
	margin: 0 auto;
	max-width: 800px;
	max-height: 600px;
}

footer p {
	color: white;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

ol {
  color: lightblue;
  text-shadow: 1px 1px black;
  font-size: 25px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

/* Classes */ 


/* Id's */ 


/* Multiples*/ 