h1 {
  color:blue;
	font-family: "Lobster";
  font-size: 40px;
}

h2 {
  color:blue;
  background-color:#d3e2ed;
  padding: 10px;
  font-size: 30px;
	font-family: "Lobster";
}

p {
 font-family: "Cantarell"; 
}

ul {
  list-style-type: none;
  font-family: "Cantarell";
}

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

.footer {
 height: 70px; 
}

