* {
  box-sizing: border-box;
}

html,
body {
  min-width: 970px;
  margin: 0;
}

body {
  min-height: 4741px;
  background: #f4f4f4;
}

.hkej-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: min(1110px, 100vw);
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}
