



#emoji-container {
    overflow: hidden;
    position: absolute;

    width: 100vw;
    height: 100vh;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 1;


}

#emoji-spawn-point { 
  position: absolute;
  bottom: -20px; 
  right: -20px;
  width: 1px;    
  height: 1px;
  background-color: transparent;
  z-index: 1001; 
}

.emoji {
    position: absolute;
    font-size: 34px;
    color: white; 
    z-index: 1000;
}