

body {
  color: red;
  font-size: 0;
  font-family: "arial", sans-serif;
  margin: 0;
  overflow: ;
  background-color: #6a6263;
  text-align: center;
  overflow: hidden;
}

html {
  margin: 0;
}

.content {
  background-image: url("../img/test.jpg");
  background-size: cover;
  background-position: bottom;
}




.gamebox {
  width: 90.5dvh;
  height: 54.5dvh;
  box-sizing: border-box;
  background-color: #5a5354;
  background-image: url("../img/noimnotahuman/bg.gif");
  background-repeat: none;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  margin-top: 5dvh;
  box-sizing: border-box;
  font-size: 2dvh;

  border-top: 0.5dvh solid #706968;
  border-left: 0.5dvh solid #706968;
  border-right: 0.5dvh solid #191819;
  border-bottom: 0.5dvh solid #191819;
}

.blur {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.character {
  width: 89.5dvh;
  height: 53.5dvh;
  object-fit: contain;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
}

.textboxgame1 {
  width: 40dvh;
  height: 20dvh;
  background-color: black;
  opacity: 0.7;
  font-size: 2dvh;
  position: absolute;
  margin-top: 13dvh;
  margin-left: 45dvh;
}

.button1 {
  width: 20dvh;
  height: 5dvh;
  background-color: black;
  opacity: 0.7;
  font-size: 2dvh;
  position: absolute;
  margin-top: 35dvh;
  margin-left: 55dvh;
}

.game {
  width: 100%;
  height: 100%;
  border: none;
}

.textbox {
  width: 50dvh;
  height: 10dvh;
  box-sizing: border-box;
  background-color: #5a5354;
  display: inline-block;
  vertical-align: top;
  margin-top: 5dvh;
  box-sizing: border-box;
  font-size: 1.5dvh;
  padding: 1dvh;
  text-align: justify;

  border-top: 0.5dvh solid #706968;
  border-left: 0.5dvh solid #706968;
  border-right: 0.5dvh solid #191819;
  border-bottom: 0.5dvh solid #191819;
}
