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

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

#about, #heading
{
  background-color: lime;
  border-radius: 5%;
  color: black;
  font-weight: bold;
  margin: 10px 5px;
  padding 5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.5), 0 6px 20px 0;
}

#about
{
}

#heading
{
}

#images
{
}

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