@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");.bigger-container{flex-direction:column;gap:.5rem}.bigger-container,.flex-container{align-items:center;display:flex;justify-content:center;width:100%}.flex-container{gap:1rem}.hello-1,.hello-2,.hello-3{background:linear-gradient(90deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;color:#161616;font-family:Quicksand,sans-serif;font-size:clamp(2rem,6vw,5.5rem);font-size:clamp(2rem,6vw,6.5rem);font-weight:700;line-height:1.2;margin:0;transition:all .4s cubic-bezier(.65,0,.35,1);-webkit-text-fill-color:transparent}@media (max-width:768px){.hello-1,.hello-2,.hello-3{font-size:clamp(3.5rem,5vw,3.5rem)}}.row-1 .hello-1,.row-1 .hello-2,.row-1 .hello-3,.row-2 .hello-1,.row-2 .hello-2,.row-2 .hello-3,.row-3 .hello-1,.row-3 .hello-2,.row-3 .hello-3{animation:float 3s ease-in-out infinite,fontShift 3s ease-in-out infinite}.row-1 .hello-1{animation-delay:0s}.row-1 .hello-2{animation-delay:.4s}.row-1 .hello-3{animation-delay:.8s}.row-2 .hello-1{animation-delay:1.2s}.row-2 .hello-2{animation-delay:1.6s}.row-2 .hello-3{animation-delay:2s}.row-3 .hello-1{animation-delay:2.4s}.row-3 .hello-2{animation-delay:2.8s}.row-3 .hello-3{animation-delay:3.2s}@keyframes float{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateX(-8px)}}@keyframes fontShift{0%,to{font-weight:200;letter-spacing:normal}30%{font-weight:500}50%{font-weight:700}70%{font-weight:500}}