:root {
  --bg-color: #1b1b1c;
  --font-color: #222;
}

*{
    font-family: 'Ubuntu Mono', monospace;
}

body{
  padding:0;
  margin:0;
  overflow:hidden;
  background: var(--bg-color);
}

#screen{
  display:block;
  margin:auto;
  height:100vh;
  max-height: 640px;
  max-width: 360px;
}

#info{
  position: absolute;
  bottom:0;
  left:0;
  color:#FFF;
  font-size: 16px;
  font-weight: 300;
  padding:0px 5px;
}
