@keyframes fade-in-out{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.animate-fade-in-out{animation:fade-in-out 2s}
