@font-face {
  font-family: ModeSeven;
  src: url(fonts/ModeSeven.ttf);
}


* {
  font-family: VT323;
  color: white;
  font-size: 14pt;

}


body, html { height:100%; width:100%; overflow-y:hidden;overflow-x:hidden; background: black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


#console {
  margin-top: 20px;
  color: green;
  margin: 4px;
  font-family: VT323;
  font-size: 16pt;
  word-break: break-all;
}

#footer {
  position: fixed;
  bottom: 0px;
  color: white;
  margin:24px;
  font-size: 16pt;
  font-family: ModeSeven;
}

#header {
  margin-top: 20px;
  color: white;
  margin: 4px;
  font-size: 16pt;
  font-family: ModeSeven;
}

.btn {
  font-family: ModeSeven;
  font-size: 12pt;
  color: #dddddd;
  background: #0000dd;
  font-size: 20px;
  padding: 5px;
  text-decoration: none;
  border: none;
  outline:none;
  margin-right: 8px;
}

.btn:hover, .btn:active {
  color: #000000;
  background: #dddd00;
  text-decoration: none;
  border: none;
  outline:none;
}

#container {
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align:center;
}

#title {
  text-align: center;
  width: 100%;
  height:32px;
}

#audio {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  }​

  #cassette {
    display: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    }​

    #cursor {
      opacity: 1;
      -webkit-animation: blink 0.750s infinite;
      -moz-animation: blink 0.750s infinite;
      animation: blink 0.750s infinite;
    }
    @keyframes blink{
      0% { opacity:1; }
      50% { opacity:0; }
      100% { opacity:1; }
    }
    @-webkit-keyframes blink{
      0% { opacity:1; }
      50% { opacity:0; }
      100% { opacity:1; }
    }
    @-moz-keyframes blink{
      0% { opacity:1; }
      50% { opacity:0; }
      100% { opacity:1; }
    }

    .loader,
    .loader:after {
      border-radius: 50%;
      width: 10em;
      height: 10em;
    }
    .loader {
      margin: 60px auto;
      font-size: 10px;
      position: relative;
      text-indent: -9999em;
      color: white;
      border-top: 1.1em solid rgba(255, 255, 255, 0.2);
      border-right: 1.1em solid rgba(255, 255, 255, 0.2);
      border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
      border-left: 1.1em solid #ffffff;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation: load8 1.1s infinite linear;
      animation: load8 1.1s infinite linear;
    }
    @-webkit-keyframes load8 {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @keyframes load8 {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
