*{margin:0;padding:0;box-sizing:border-box}@keyframes rainbow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}body{font-family:Comic Sans MS,Papyrus,cursive,fantasy;background:linear-gradient(45deg,red,#f70,#ff0,#0f0,#00f,indigo,#9400d3);background-size:400% 400%;animation:rainbow 5s ease infinite;min-height:100vh;overflow-x:hidden;cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><text y="15" font-size="15">👆</text></svg>'),auto;display:flex;align-items:center;justify-content:center}#app{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.center-title{text-align:center;z-index:10}.center-title h1{font-size:6em;color:#ff0;text-shadow:5px 5px 0px #ff00ff,-5px -5px 0px #00ffff,3px 3px 0px black,-3px -3px 0px black;animation:pulse 1s infinite;margin:0;font-weight:700;letter-spacing:5px}.floating-emoji{position:fixed;font-size:3em;animation:float 3s ease-in-out infinite;pointer-events:none;z-index:1000}#emoji1{top:10%;left:10%;animation-delay:0s}#emoji2{top:20%;right:10%;animation-delay:.5s}#emoji3{bottom:20%;left:15%;animation-delay:1s}#emoji4{bottom:30%;right:15%;animation-delay:1.5s}#emoji5{top:50%;left:5%;animation-delay:2s}#emoji6{top:60%;right:5%;animation-delay:2.5s}
