.notfound-text {
  transition: 1s;
}

.notfound-text:hover {
  filter: blur(2rem);
  opacity: 0;
  transform: scale(1.5);
}

