body{
    margin:10;
    padding:20px 0 0 10px;
    background-color:#D2DCB6;
    box-sizing:border-box;
    float:left;
    font-size:36;
}
#frank{
  position:relative;
  height:800px;
  width:1080px;
  background-color:#A1BC98;
  padding:20px;
  font-size:30px;
  font-family:"Ysabeau Office", sans-serif;
}
#still{
  position:relative;
  top:60px;
   height:800px;
  width:1080px;
  background-color:#A1BC98;
  padding:20px;
  font-size:23px;
  font-family:"Ysabeau Office", sans-serif;
}
#final{
  position:relative;
  top:120px;
  height:800px;
  width:1080px;
  background-color:#A1BC98;
  padding:20px;
  font-size:24px;
  font-family:"Ysabeau Office", sans-serif;
}
img {
  width: 50%;
  height:60%;
  position:relative;
  padding:30px;
}
 .finalimg{
  width:500px;
  height:300px;
  padding:20px;
 }
 .back-arrow{
    position:absolute;
    text-decoration:none;
    font-size:16px;
    color:black;
   top:10px;

}