.ease-out {
  transition-delay: 0ms;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
}