body {
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}

#container {
  display: inline-block;
  position: relative;
  width: 960px;
  height: 720px;
}

#container * {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.pixelated {
  image-rendering: pixelated;
}

img {
  pointer-events: none;
}
