@font-face {
  font-family: terminal;
  src: url('../fonts/alien_encounters/Alien-Encounters-Regular.ttf')  format('truetype');
}

body {
  background-color: black;
  color: #00fe1e;
  font-family: terminal;
}

.overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/scanlines.jpg);
    background-size: 100%;
    opacity: 0.5;
    z-index: 2;
}

.wrapper {
  min-height: calc(100vh - 50px); /* Height of the footer */
  padding-bottom: 50px; /* Add padding to account for the footer */
}

h1.title{
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  font-size: 4em;
}

h3.blurb{
  padding-left: 3.25em;
  font-size: 1.25em;
}

h3.ready{
  padding-top: 1em;
  padding-left: 2.75em;
  font-size: 1.25em;
}

div.output{
  margin-top: -2em;
}

img.cursor{
  height: 3%;
  width: 1%
}

.t-input{
  position:absolute;
	margin-left: -1000em;
}

span.t-display {
	margin-left: 3em;
  font-size: 1.15em;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
}

footer p{
  padding-top: 0.75em;
  padding-left: 3em;
}
