body {
background-color:#000000;
color: white;
}

.wrapper {
   display:flex;
}



.maintext {
  width:90%;
  height:150vh;
}

.eyescontainer {
  position:sticky;
  top:15px;
 width:230px; 
 height:25vh;
}

.sideoption {
 height:20px;
 width:100px;
 background-color:grey;
 color:black;
}

.cheatsheet {
 width:10%;
 height:100vh;
}

#sidehide {
 display:block; 
}

.redtest {
  display:block;
 color:red; 
}
#greentest {
  display:block;
  color:green;
}
#defaulttext {
display:block;
}
#secondtext{
  display:none;
}