body
{
  text-align: center;
  background-color: #090A10;
 color: #B8BF1A;
}

img
{
  border: solid 2px black;
  color: #04144D;
  width:100%;
  height:200px;
}

#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
{

  box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.5), 0 6px 20px 0;
}

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