.page_top{
  height: 100px;
}
body{
  background: black;
}
.documentation{
  width: 50vw;
  height: calc(50vw * 1.4);
  background: url('../images/documentation.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bod{
  margin-top: 10%;
  margin-bottom: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cursor{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2%;
}
.click{
  width: 70px;
  height: 100px;
  background: url('../images/cursor.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-right: 2%;
}
.clicker{
  color: white;
  font-family: sans-serif;
  font-size: 2em;
  z-index: 1000;
}
#op10_container2{
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  visibility: hidden;
  position: fixed;
  z-index: 998;
  top: 0.5in;
  right: 0.5in;
}
#op10_icon2{
  z-index: 998;
  filter: brightness(100%);
}
@media only screen and (max-width: 1000px){
  #op10_container2{
    visibility: visible;
  }
  .documentation{
    width: 70vw;
    height: calc(70vw * 1.4);
  }
}
