html{
  background-color:black;
 background-image:url("gikoscroll.gif"); 
 background-size: 10vw;
}
.pictureframe{
 position:absolute;
 left:15vw;
 width:70vw;
 background-color: white;
 border-color:black;
 border-style:double;
}
.back{
 position:fixed;
 background-color:black;
 color:white;
 width:5vw;
 z-index:100;
}

.image{
  position:relative;
  left:.7vw; 
  top:.5vw;
  margin: .1vw; /*space bettween images*/
 width:31%;
 height:auto;
 /*aesthetic stuff*/
 border-color:black;
 border-style:double;
 
}
.some{
 position:absolute;
 font-size:1vw;
 left:33vw;
 top:0vw;
 color:white;
}
.gikotwo{
  position:fixed;
  bottom:2vw;
  right:2vw;
 width:6vw;
 height:auto;
 z-index:100;
}
.mission{
 position:absolute;
 width:auto;
 height:15vw;
 border:black;
 border-color:red;
 border-style:inset;
}
.one{
  margin-top:20vw; 
  left:2vw;
}
.two{
  margin-top:120vw; 
  right:2vw;
}
.three{
  width:10vw;
  height:12vw;
  margin-top:180vw; 
  left:2vw;
}
.four{
  width:10vw;
  height:12vw;
  margin-top:230vw; 
  right:2vw;
}
.five{
  margin-top:300vw; 
  left:2vw;
}