body{background-color:#b19cd9}.container{display:flex;flex-direction:column;align-items:center;height:100vh}.item{display:flex}.rainbow-text{font-weight:700;font-size:3rem;background:linear-gradient(to right,red,#ff7f00,#ff0,#0f0,#00f,indigo,#8f00ff,red);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:rainbow-shift 4s linear infinite}@keyframes rainbow-shift{to{background-position:200% center}}.smooth-fade-img{width:200px;object-fit:contain;border-radius:8px;opacity:0;animation:smooth-fade-animation infinite ease-in-out}@keyframes smooth-fade-animation{0%,to{opacity:.1}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.smooth-fade-img{animation:none;opacity:1}}
