@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.home-container{position:relative;height:100%;min-height:calc(100vh - 2rem);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#333;background-size:200% 200%;background-image:linear-gradient(45deg,#ff9a9e,#fad0c4,#ffd1ff,#a1c4fd,#12c2e9);animation:gradient 10s ease infinite}.home-container h1{font-size:3em;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.kiki-silhouette{width:200px;height:200px;margin-top:20px}