body{
  background-color:#5A0F4E;}

#top, #about {
  background-color: #D5B56A;
  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: #D5B56A; 
}

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

#parts
{
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
  margin-left: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color:#5A0F4E;
}

.polaroid {
  width: 400px;
  height: 900px;
  display: inline-block;
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  color: #B1DF95;
   margin-top: 10px;
  margin-bottom: 50px;
  margin-right: 5px;
  margin-left: 5px;
}

#footer {
	height: 100px; 
}
img {
  border: 1px solid #ddd; 
  border-radius: 4px;  
  padding: 5px; 
  width: 150px; 
}
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.FlexContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    background-color: #2f1d58;
    height: 80vh;
    overflow: auto;
    flex-direction: row;
   text-align: center; 
  width:100%;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}
footer{
  background-color: #D5B56A}
/**.FlexContainer div {
    width: 450px;
    height: 300px;
    margin: 10px;
    background-color: lightblue;
}**/