/* THE LONG WALK */
@font-face{
  font-family: txt;
  src: url("../../txt.ttf");
}


body{ background-color: #c5bd8d;
font-family: monospace;}


h1{
  color: #9da364;
  font-family: "txt";
  font-size: 100px;
  position: absolute;
  text-align: center;
  float: right;
  top: 30px;
  left: 5%;
}

#cajaref{
  color: #562A4E;
  font-family: monospace;
  font-size: 20px;
  position: absolute;
  top: 20%;
  left: 5%;
  margin-right: 10%;
  margin-top: 50px;
}

#cajatxt{
  color: #562A4E;
  font-family: monospace;
  font-size: 16px;
  position: absolute;
  top: 30%;
  left: 5%;
  margin-right: 10%;
  margin-top: 50px;
  width: 55%;
  text-align: justify;
}

#img{
  position: fixed;
  height: 100%;
  width: 85%;
  background-color: black;
  top: 0;
  left: 65%;
}