#page-container {
  background-color: indigo; 
  text-align: center;
  padding: 20px;
}

h1 {
  color:  burlywood;
	font-family: "Brush Scrpit MT" ;
  font-size: 40px;
}
p {
 color: burlywood;
 font-family: "Courier NEw";
 font-size: 19px; 
}

a {
 color: black;
 font-family: "New Times Roman"; 
}


h2 {
  color: midnightblue;
  background-color: blanchedalmond;
	font-family: "Ubuntu";
  font-size: 50px;
  padding: 10px;
}

ul {
  color: black;
  font-family: "Times New Roman";
  list-style-type: none;
  font-size: 19px;
}

figcaption {
  font-size: 14px;
}

img {
  max-width: 100%;
  max-height: 100%;
}
.image:hover {
  box-shadow: 0px 0px 20px #f8e2d4;
  transform: rotate(-1deg);
}

#footer {
 	height: 70px; 
}

#instructions {
  	margin: 0px auto;
    position: fixed;
    right: 0;
    bottom: 0;
  	margin-bottom: -100px;
}

#instruction-window {
   	width: 400px;
  	height: 700px; 
}

#toggleBtn {
 	background-color: lightseagreen;
  height: 40px;
  width: 150px;
  padding: 15px;
  margin: 0px auto;
  position: fixed;
  border-radius: 4%;
  border: none;
  color: white;
  font-weight: bold;
}

#toggleBtn:active {
 border-color: white;
}

#toggleBtn:hover {
 background-color: mediumseagreen;
