body {
    background: black;
    color: white;

    display: flex;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;

    align-items: center;
    justify-content: center;
  }

  main {
    width: 100%;
    height: 480px;
    max-width: 640px;

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }

  .image {
    width: 120px;
    position: relative;
    left: 56px;
    top: 7px;
    margin-top: -7px;
  }

  .logo {
    font-family: "Roboto", sans-serif;
  }

  .top {
    font-weight: 300;
    font-size: 17px;
    line-height: 13px;
    height: 15px;
    opacity: 0.9;
  }

  .top .tm {
    font-size: 9px;
    position: relative;
    top: -6px;
    left: -3px;
  }

  .middle {
    font-weight: 400;
    font-size: 48px;
    line-height: 40px;
    height: 40px;
    letter-spacing: -1.5px;
    transform: scaleX(1.08);
    margin-left: 8px;
  }

  .middle .tm {
    font-weight: 300;
    font-size: 9px;
    position: relative;
    top: -22px;
    left: -11px;
  }

  .middle .xp {
    font-size: 34px;
    color: #dd6600;
    float: right;
    font-weight: 400;
    position: relative;
    top: -12px;
    left: -10px;
  }

  .bottom {
    font-weight: 300;
    font-size: 31px;
    line-height: 26px;
    margin-left: 8px;
    letter-spacing: -1px;
    opacity: 0.95;
  }

  .loader {
    position: relative;
    margin-top: 55px;
    width: 126px;
    height: 15px;
    background: url("/img/loadingbar.png");
  }

  .mask {
    overflow: hidden;
    width: 120px;
    margin-left: 4px;
    margin-top: 3px;
  }

  .progress {
    width: 22px;
    height: 9px;
    background: url("/img/loadingcell.png");
    position: relative;
    left: -24px;
  }

  footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;;
    font-family: Tahoma, monospace;
    font-size: 12px;
    opacity: 0.9;

    display: flex;
    justify-content: space-between;
  }

  .loading-note {
    font-family: Tahoma, monospace;
    font-size: 12px;
    margin-top: 10px;
    opacity: 0;
  }

  footer a {
    color: white;
  }

  footer a:hover {
    color: #dd6600;
  }

  .sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
