
body{
    font-family: 'Roboto', 'Roboto-Thin', sans-serif !important;
    width: 100% !important;
    height:100%;
    justify-content: center;
    color: #FFFFFF80;
    background: #000000;
    
}

#keypad-html{
    position: absolute;
    top:0;
    bottom: 0;
    padding-top: 16px;
    text-align: center;
    min-width: 100%;
    background: #4CAF50;
    z-index: 9999;
    
  }

#keypad{
    height:50%;
}

  #message, #name-message{
      font-size: 5vh;
      line-height: 6vh;
      font-weight: 200;
      min-height: 20%;
      text-align: center;
  }

  .input-box{
      background: #ffffff20;
      height: 96px;
      border: 1px solid white;
      width: 100% !important;
  }

  #squares{
      margin: 32px 16px !important;
  }

  .box{
      padding: 2px !important;
      color: #ffffff;
      font-size: 8vw;
      line-height: 12vh;
      text-align: center;
  }



  #name-html{
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #4CAF50;
      
  }


  #input-name{
      background: transparent;
      margin-top: 32px;
      outline: 1px solid white;
        text-align: center;
      color: white;
      font-size: 6vh;
      height: 8vh;

  }

  #go-button{
      background: #ffffff50;
      border: 1px solid white;
      color: white;
      height: 64px;
      width: 128px;
  }