html,
    body {
      padding: 0;
      margin: 0;
      overflow: hidden;
      height: 100%
    }

    /* Make the canvas cover the entire body */
    canvas {
      height: 100%;
      width: 100%;
    }

    img.centered {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    h1.centered {
      text-align: center;
      font-family: 'Roboto', sans-serif;
    }

    #qtstatus {
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
    }

    #progressBar {
      width: 50%;
      background-color: grey;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    #progress {
      width: 0%;
      height: 8px;
      background-color: #0A829B;
    }