body {
  margin: 0;
  padding: 0;
}

#container {
  position: fixed;
  touch-action: none;
}

.header {
  position: fixed;
    z-index: 2;
    display: flex;
    width: 250px;
    height: 20px;
    left: calc(50vw - 125px);
    text-align: center;
    top: calc(50vh - 10px) !important;
}


.header img {
  width: 100%;
  margin: auto;
}
body,html {
  background-color: #000;
}

@media screen and (max-width:1024px) {
  .header {
    position: fixed;
      z-index: 2;
      display: flex;
      width: 250px;
      height: 20px;
      left: calc(50vw - 125px);
      text-align: center;
      top: calc(50vh - 6.5vh) !important;
  }
}