
@import url(https://fonts.googleapis.com/css?family=Khula:700);

/*
body {
  background: #111;
}
.hidden {
  opacity:0;
}
*/ 

.console-container {
 
  font-family:Khula;
  font-size:4em;
  text-align:center;
  height:20px;
  width:100px;
  display:block;
  position:absolute;
  color:red;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}

/*
@import url(http://fonts.googleapis.com/css?family=Montserrat:700);
body{
  margin:0;
  width:100%; 
  height:100vh;
  overflow:hidden;
  background:hsla(0, 5%, 5%, 1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: -webkit-linear-gradient(left bottom, hsla(0, 5%,15%, 0.5), hsla(0, 5%, 5%,1));
  background-image: linear-gradient(to right top, hsla(0, 5%,15%, 0.5), hsla(0, 5%, 5%,1));
}
svg{
  width:100%;
}
*/