#contentBody{
	padding-left: 20px;
  padding-right: 20px;
  margin: 1em;
  font-family: 'Merriweather', serif;
  color: #FFFF;
}

#title {
	padding-top: 10px;
}
body{
	background-color: #1f67d2;
}

p{
	font-size: 20px;
}

h1{
	font-size: 45px;
  text-align: center;
  line-height: 200%;
}

h2{
	font-size: 30px;
  line-height: 200%;
}

li{
	font-family: "Roboto";
  font-size: 22px;
  line-height: 200%;
  
}

#image{
	text-align: center;
}

#footer {
	height: 100px; 
}