#appl {
  width: 100%;
	height:100%;
  margin: 0 auto;
	background: url(../../../../images/01/bg2.png);
	background-position: center;
    background-size: cover;
}

.appl_title {
  align: left;
  font-size: 70pt;
 	font-family: "Orbitron", serif;
  font-weight: 400;
  color: #ffea00;
  text-shadow: 0 0 5px #ffea00, 0 0 10px #ffea00;
  padding: 5% 15% 3% 5%;
}

.appl_loading {
  font-size: 10pt;
  height: 4em;
  font-family: "Orbitron", serif;
  color: white;
  text-transform: uppercase;
  border-left: 0.3em solid #ffea00;
  margin: 0 0 5em 4em;
  padding-left: 3em;
  letter-spacing: 1em;
  overflow: hidden;
}

@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.appl_entry_databg {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border: 2px solid #ffea00;
  box-shadow: 0 0 5px #ffea00;
  margin: 5em 2em 50em 2em;
}

.appl_entry {
  padding: 5em;
  white-space: pre-wrap;
  font-family: "Orbitron", serif;
  color: white;
  text-align: justify;
}
