html:not([data-mentuzzle-id]) {
  opacity: 0;
  animation: htmlFadeIn 0.5s ease 3s forwards;
}

@keyframes htmlFadeIn {
  to {
    opacity: 1;
  }
}
