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

#page-container {
  text-align: center;
}
#top, #about {
  background-color: #56fc19;
  font-family: 'Times New Roman',;
  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:#7c801b;
}

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

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

.boundingBox {
  width: 21vw;
  background-color: white;
  display:inline-block;
  text-align: center;
  font-family: 'Times New Roman',;
  font-size: 15px;
}

#footer {
	height: 100px; 
}