
h1 {{color:blue;} text-align: center;} h2 {color:Aquamarine;}
.Header {
  padding: 0.5em;
  background-color: #567895;
  
}
.Background {
  padding: 1em;
  background-color: Lavender;
  margin-top: 50px;
}
/* Sets up the background and leaves a gap at the top*/
.Text{
  margin-left: 40px;
}
/* Shifts the main text to the right*/
h2 {
  background-color: teal;
}


.Info {
  font-size: 30px;
  font-weight: bold;
  color: IndianRed;
  text-transform: none;
  font-family: serif, sans-serif;
}
.ListTitle {
  font-size: 30px;
  font-weight: bold;
  color: IndianRed;
  text-transform: none;
  font-family: serif, sans-serif;
  background-color: BlanchedAlmond;
}
.List{
   font-size: 20px;
  
}
/* Adjusting the size and color to make the distinction that a
		new list is starting*/
ol{
    margin-left: 2em; 
    padding-left: 2em;
}
ol


