@keyframes fade-yellow{0%{background-color:rgba(42,178,49,0)}50%{background-color:rgba(42,178,49,.6)}to{background-color:rgba(42,178,49,0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-yellow{animation:fade-yellow .5s ease-in-out 6}.fade-in{animation-timing-function:ease-in;animation-delay:2s;animation-fill-mode:forwards}.fade-in,.fade-in-3{animation-name:fade-in;animation-duration:1s}.fade-in-3{animation-timing-function:ease-in;animation-delay:3s;animation-fill-mode:forwards}