body {
  margin: 0%;
  padding: 0%;
  border: 0px;
}

p {
  color: red;
}

html {
  font-family: "Asimovian";
}

.blue {
  color: blue;
}

.left {
  border: 3px solid #73AD21;
  position: absolute;
  width: 50%;
  left: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.flex {
  flex-shrink: 1;
  align-self: center;
}

.content{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
}

.right {
  border: 3px solid #3821ad;
  position: absolute;
  width: 50%;
  right: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
}

.earth {
  margin: 0px;
  display: block;
  align-self: center;

}

.user {
  margin: 0px;
  display: none;
  align-self: center;
}

.jumpcontainer {
  padding: 0%;
  margin: 0%;
  height: 100%;
  width: 100%;
  display: none;
  background-image: url("../objects/jumpscare.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.jumpbtn {
  display: none;
}

.container {
  position: absolute;
  left: 50%;
  top: 50%;
}

.index {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 2;
}