.sunshine{position:absolute;bottom:-50px;left:-100px;z-index:1;transform:translate(650,250)}@keyframes bounce{0%,100%{transform:translate(0,0)}50%{transform:translate(0,10px)}}svg{width:80%;height:auto;margin:auto}.rainbow-slice{filter:none;opacity:1;mix-blend-mode:screen;animation:1s ease-out .1s infinite alternate neon-glow}.rainbow-slice:nth-child(2){stroke:#ff7f00;animation-delay:.6s}.rainbow-slice:nth-child(3){stroke:#ffff00;animation-delay:1.2s}.rainbow-slice:nth-child(4){stroke:#00ff00;animation-delay:1.8s}.rainbow-slice:nth-child(5){stroke:#0000ff;animation-delay:2.4s}.rainbow-slice:nth-child(6){stroke:#4b0082;animation-delay:3s}.rainbow-slice:nth-child(7){stroke:#8b00ff;animation-delay:3.6s}.rainbow-slice.glowing{stroke:#fff;stroke-width:35;transition:stroke .3s,stroke-width .3s}.glowing-1{filter:drop-shadow(0 0 10px #ff7f00)}.glowing-2{filter:drop-shadow(0 0 10px #ffff00)}.glowing-3{filter:drop-shadow(0 0 10px #00ff00)}.glowing-4{filter:drop-shadow(0 0 10px #0000ff)}.glowing-5{filter:drop-shadow(0 0 10px #4b0082)}.glowing-6{filter:drop-shadow(0 0 10px #8b00ff)}@keyframes neon-glow{0%,100%{stroke-opacity:0.5}50%{stroke-opacity:1}}