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

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

#top, #about {
  background-color: #15e5ea;
  font-family: 'Press Start 2P', cursive;
  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 "Phoenix's Wii Palace!" and "About Us" headings*/
}

#top {
 background-color: #6d8c92; 
}

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

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

.polaroid {
  width: 31vw;
  position: relative;
  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: 'Press Start 2P', cursive;
  font-size: 15px;
}

img{
  width: 100%;
  height: 350px;
}
#footer {
	height: 100px; 
}