body {
  color: white;
  margin: auto;
  overflow: hidden;
  width: 500px;
  height: 300px;
  position: absolute;
}

.outerbox {
  width: 500px;
  height: 300px;
  margin: auto;
  background: url("../../img/noimnotahuman/bg.gif");
  background-size: cover;
}

.imagecontent {
  width: 500px;
  height: 300px;
  background: cover;
  position: absolute;
}

.text {
text-align: justify;
}

.ninahlink {
 text-decoration: none;
 color: white;
}

/* ------------------------------------------------ knocking ------------------------  */

.textboxsmall {
 width: 210px;
 height: 50px;
 position: absolute;
 top: 90px;
 right: 10px;
 justify-content: center;
 align-items: center;
 display: flex;
 margin: 0px;
 line-height: 15px;
 font-size: 13px;
 padding: 10px;
}

.textboxbackgroundsmall {
background-color: black;
opacity: 0.7;
 width: 230px;
 height: 70px;
 position: absolute;
 top: 90px;
 right: 10px;
 border-radius: 5px;
}

.optionsmall {
  width: 90px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 170px;
  right: 75px;
  justify-content: center;
 align-items: center;
 display: flex;
 margin: 0px;
 line-height: 15px;
 font-size: 10px;
 padding: 5px;
}

.optionbackgroundsmall {
  width: 100px;
  height: 40px;
  background-color: black;
  opacity: 0.7;
  position: absolute;
  top: 170px;
  right: 75px;
  border-radius: 3px;
}

/* ------------------------------------------------ 2 options ------------------------ */

.textbox {
 width: 210px;
 height: 100px;
 position: absolute;
 top: 65px;
 right: 10px;
 justify-content: center;
 align-items: center;
 display: flex;
 margin: 0px;
 line-height: 15px;
 font-size: 13px;
 padding: 10px;
}

.textboxbackground {
background-color: black;
opacity: 0.7;
 width: 230px;
 height: 120px;
 position: absolute;
 top: 65px;
 right: 10px;
 border-radius: 5px;
}

.option1 {
  width: 70px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 195px;
  right: 130px;
  justify-content: center;
 align-items: center;
 display: flex;
 margin: 0px;
 line-height: 15px;
 font-size: 10px;
 padding: 5px;
}

.option1background {
  width: 80px;
  height: 40px;
  background-color: black;
  opacity: 0.7;
  position: absolute;
  top: 195px;
  right: 130px;
  border-radius: 3px;
}


.option2 {
  width: 70px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 195px;
  right: 40px;
  justify-content: center;
 align-items: center;
 display: flex;
 margin: 0px;
 line-height: 15px;
 font-size: 10px;
 padding: 5px;
}

.option2background {
  width: 80px;
  height: 40px;
  background-color: black;
  opacity: 0.7;
  position: absolute;
  top: 195px;
  right: 40px;
  border-radius: 3px;
}



/* ------------------------------------------------ 1 option ------------------------ */

.option3 {
  width: 90px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 195px;
  right: 75px;
  justify-content: center;
 align-items: center;
 display: flex;
 margin: 0px;
 line-height: 15px;
 font-size: 10px;
 padding: 5px;
}

.option3background {
  width: 100px;
  height: 40px;
  background-color: black;
  opacity: 0.7;
  position: absolute;
  top: 195px;
  right: 75px;
  border-radius: 3px;
}






