@import url(https://fonts.googleapis.com/css?family=Khula:700);
body {
  background: #111;
  background-image: url(/img/black_macbook.jpg);

  /* Full height */
  height: 100vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hidden {
  opacity:0;
}
.console-container {
  font-family:Khula;
  font-size:3em;
  text-align:center;
  height:200px;
  width:600px;
  display:block;
  position:absolute;
  color:white;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  padding-top: 10%;
}
.console-underscore {
  display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}
img {
    margin: 0;
    padding: 0;
    width: 10%;
    position:absolute;
    bottom: 20%;
    left:46%;
}

@media (max-width: 400px) {
  .console-container {
    text-align:left;
  }
  img {
    width: 30%;
    left: 33%;
  }
}

@media (min-width: 490px) and (max-width: 540px) {
  .console-container {
    font-size:2.5em;
  }
  img {
    width: 30%;
    left: 33%;
  }
}