@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.hidden {
  opacity:0;
}
.console-container {
 
  font-family:poppins;
  font-size:3em;
  font-weight: 600;
  text-align:center;
  height:200px;
  width:800px;
  display:block;
  position:absolute;
  color:white;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .console-container {
    font-size:25px;
    width:100%;
  }
}