.messages {
  transition: opacity 0.5s ease-out;
}

.messages.is-fading {
  opacity: 0;
}

