CSS Humor

Dream Reality Position Absolute Top 0 Left 0 Reality Z-index 1

.dream, .reality {
  position: absolute;
  top: 0;
  left: 0;
}
.reality {
  z-index: 1;
}

From Didier