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

body {
  background-image: url("gay.gif");
}

.fly {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  scale: 0.5;
}

#container img {
  position: absolute;
  width: 80px; /* or whatever size you want */
  opacity: 0.8;
  pointer-events: none; /* prevent accidental clicks */
}

.jesus {
  top: 50%;
  left: 50%;
  transform: translate(0%, 0%);
  scale: 0.5;
}

.jesus-says {
  transform: translate(80%, -500%);
}

.cloud {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: overlay;
}
