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

h1 {
  color: darkblue;
	font-family: "Courier New" ;
  font-size: 40px;
}

p {
 color: white;
 font-family: "Times New Roman";
 font-size: 19px; 
}

a {
 color: blue;
 font-family: "Impact"; 
}

h2 {
  color: white;
  background-color:black blanchedalmond;
	font-family: "Impact";
  font-size: 25px;
  padding: 10px;
}

ul {
  color: white;
  font-family: "Roboto Condensed";
  list-style-type: none;
  font-size: 19px;
}

figcaption {
  font-size: 14px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

#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;
}