body {
  background-color: #f59dbd;
  text-align: center; 
}

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

#top, #about {
  background-color: #CA1655;
  font-family: 'Source Code Pro', monospace;
  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);/*This adds shadows beneath the "Jenna's Jewelry" and "About Us" headings*/
}

#top {
 background-color: #b30543; 
}

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

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

.polaroid {
  width: 31vw;
  background-color: white;
  display:inline-block; /* this property/value allows the image cards to be positioned in a row and centered by the parent property*/
  text-align: center;
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
}

#footer {
	height: 100px; 
}