html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#fullscreen-frame {
  width: 100%;
  height: 100%;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.global-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  z-index: 1000;
  background-color: #7e92db;
  padding: 12px 0;
  display: flex;
  justify-content: center;
}
.img-header {
  width: 132px;
  height: 26px;
}