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

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

#top, #about {
  background-color: #0047AB;
  font-family: 'Barlow', sans-serif;
  padding: 5px;
  margin: 10px 5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.5), 0 6px 20px 0 rgba(0,0,0,0.49); /* This will create a shadow beneath your headings */
}

#top {
  background-color: #1434a4;
}

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

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

.polaroid {
  width: 31vw; /* This sets the percentage of the viewport width to 31 */
  height: 45 vh;
  background-color: white;
  display: inline-block;
  text-align: center;
  font-family: 'Source Code Pro', monospace;
  font-size: 15px;
  position: relative;
}
 
img{
  width: 100%;
  height: 350px;
}

#footer {
  height: 100px;
}

