body{font-family:"Noto Serif SC", serif;}.water-flow-text{background-image:linear-gradient(45deg, rgb(251, 191, 36), rgb(245, 158, 11), rgb(217, 119, 6));background-position-x:initial;background-position-y:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-color:initial;background-clip:text;-webkit-text-fill-color:transparent;background-size:200%;animation-duration:3s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:waterFlow;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}.outline-text{position:relative;color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:rgb(245, 158, 11);}.outline-text::before{content:attr(data-text);position:absolute;top:0px;left:0px;width:0px;height:100%;overflow-x:hidden;overflow-y:hidden;color:rgb(245, 158, 11);}.outline-text::after{content:attr(data-text);position:absolute;top:0px;left:0px;width:0px;height:100%;overflow-x:hidden;overflow-y:hidden;color:rgb(245, 158, 11);}.outline-text::before{border-right-width:2px;border-right-style:solid;border-right-color:rgb(245, 158, 11);animation-duration:3s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:scanLine;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}.outline-text::after{animation-duration:3s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:scanFill;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}.float-element{animation-duration:6s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:float;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}@keyframes waterFlow{0%{background-position-x:0%;background-position-y:50%;}100%{background-position-x:200%;background-position-y:50%;}}@keyframes scanLine{0%{width:0px;}50%{width:100%;}100%{width:100%;}}@keyframes scanFill{0%{width:0px;}51%{width:0px;}100%{width:100%;}}@keyframes float{0%, 100%{transform:translateY(0px);}50%{transform:translateY(-20px);}}