body > div {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background: radial-gradient(ellipse at right bottom, rgba(12,59,98,1) 0%, rgba(12,59,98,1) 4%, #020912 50%, #000000 100%);
}

body > div > div:nth-child(1) {
  display: block;
  position: fixed;
  height: 60vw;
  width: 60vw;
  left: 70vw;
  top: 50vh;
  background-image: url(page-bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 100;
}

body > div > div:nth-child(2) {
  display: block;
  position: fixed;
  height: 50vh;
  width: 50vh;
  margin: 30vh calc(50vw - 25vh);
  background-image: url(united-dream-force-alliance-emblem.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 10000;
}

canvas {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}