#page-container{
  background-color:#F8C18A; 
  padding:15px;
}
#title-box{
  background-color:Lightblue ; 
  text-align: center;
  padding: 5px;
}
h1 {
  color: midnightblue;
  font-family: Cursive;
  font-size: 30px;
}
h2 {
  color:White;
  Background-color:#603305;
  font-family:Papyrus;
  font-size: 25px;
  padding: 5px;
}
p { font-family: Comic Sans Ms;
  font-size:19px;
}

li {
  color:Black;
  font-family:Comic Sans Ms;
  font-size:19px;
}
#bottom-content {

}