body {
  background-color:lightblue;
  text-align: center;
}

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

#top, #about{
  background-color: lightgray;
  font-family: courier;
  padding: 5px;
  margin: 10px 5px;
  border-radius: 5%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.5), 0 6px 20px 0;
}

#top
{
  background-color: gray;
}

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

#images {
  margin: 5px 0px 75px 0px;
}

.polaroid {
  width: 31vw;
  height: 45vh;
  background-color: white;
  display: inline-block;
  text-align: center;
  font-family: 'arial';
  font-size: 15px;
  position: relative;
}

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

h1 
{
  color:white;
}