.dead{
    display: none;
  }
  
  .disappear{
    pointer-events: none;
   opacity: 0;
  }
  
  .go-left{
    transform: translateX(-100%);
  }