
body {
    background: #24517D;
  }
  
  iframe {
      border: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
  
  .status-text {
    position: absolute;
  
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  
    text-align: center;
    font-size: 5vw;
    color: #fff;
  }
  
  .identify {
    position: absolute;
  
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 2;
  }
  
  .identify .text {
    position: absolute;
  
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 5vw;
    color: #fff;
  }
  
  .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  
  .progress .text {
    text-align: left;
    font-size: 2vw;
    padding: 1vw;
    white-space: pre-line;
    text-shadow: 1px 1px #000;
    color: #fff;
  }
  
  .footer {
      position: absolute;
      background-color: #0998CC;
      right: 0;
      left: 0;
      bottom: 0;
      text-align: center;
      color: white;
      font-size: 3vh;
      display: none;
    }
     .footer p {
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .logo {
      position: absolute;
      top: 35;
      left: 35;
      z-index: 10;
      display: none;
    }
    
    .qr-link {
        position: fixed;
        right: 30px;
        bottom: 150px;
        text-align: "center";
        width: 100px;
        font-size: 3vh;
        display: none;
    }
    
    .qr-link p {
        color: white
    }
  
  #globalLogs {
    z-index: 999;
    position: absolute;
    top: 0;
    color: red;
    left: 0;
    font-size: 10px;
  }
  
  #version {
    font-size: 2vw;
    text-shadow: 1px 1px #000;
    color: #fff;
    z-index: 999;
    position: absolute;
    top: 1vw;
    right: 1vw;
  }