h1 {color:coral;}
body {
  background-color: #1AC5CD;
  text-align: left; 
}

#page-container {
 text-align: center; 
}

#top {
 background-color:teal; 
}

#about p {
  font-size: 15px;
}

#cars
{
  margin-top: 5px 0px 75px 0px;
}


#top, #about {
  background-color:
  font-family: Verdana;
  padding: 5px;
  margin: 10px 5px;
  font-size: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


  .polaroid {
  width: 31vw;
  background-color: white;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  display:inline-block;
  position:relative; 
}

#footer {
	height: 100px; 
}    