for (let i = 0; i < FLASH.length; i++) {
      setTimeout(function() {
        FLASH[i].classList.remove("in");
      }, 100)
    }