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

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

#top, #about {
  background-color: #42f5ad;
  font-family: 'EB Garamond', serif;
  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);
}

#top {
 background-color: #42f5ad; 
}

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

#parts
{
  margin-top: 5px 0px 75px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.polaroid {
  width: 40vw;
  height: 40vh;
  background-color: #42f5ad;
  display:inline-block; 
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 15px;
}

#footer {
	height: 100px; 
}
