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

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

#about, #heading
{
  background-color:#000000;
  border-radius:5%;
  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
{
  color:black;
  width: 31vw;
  height: 45vh;
  background-color:orange;
  display: inline-block;
  text-align: center;
  font-family: 'arial';
  font-size: 15px;
  position: relative;
}
