@keyframes splashScale{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.splash-scale{animation:splashScale 10s ease-in-out infinite}@keyframes fadeSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-slide{animation:fadeSlide 1s ease-out forwards}@keyframes expandWidth{0%{width:0}to{width:100%}}.underline-expand{height:4px;background-color:#26014c;animation:expandWidth 1.2s ease-out forwards;margin-top:10px}