  li {
	font-family: "Impact";
  font-style: Italic;
  text-decoration: underline #dbc57d; 
}
body {
	background-color:#f2ede4; 
}
#title {
	color: #36312a;
  font-family: 'Oswald', sans-serif;
  font-weight: 1800;
  text-decoration: underline #dec295 dashed 5px;
  text-align: center;
  background-color:#5c5412;
	color: white;
  padding: 30px 15px 20px 20px;
}
  strong {
	background-color: #dec295;
  padding: 10px;
}
#info{
  background-color:#dec295;
  color: #4a453d;
  width:400px;
  border: dashed #402803 .5em;
  padding: 1.2em;
  margin-bottom: 3em;
}
h2, h3 {
 	text-align: center;
  font-family: Oswald;
  color: rgb(54, 44, 17);
}
.uglyBlue {
  font-family: Merriweather;
  color: #36312a;
}
