html{background:#282a36}.parent{display:flex;justify-content:center;align-items:center;height:90vh;width:100%;background:#282a36}.header{width:max-content;height:fit-content;font-family:'Cherry Bomb One',system-ui;font-size:calc(80rem/5);font-weight:100;letter-spacing:0;text-align:center;vertical-align:middle;display:inline-block;background-image:-webkit-linear-gradient(180deg,#ffb86c,#bd93f9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:hue 3s infinite linear;animation:hue 3s infinite linear}@keyframes hue{from{-webkit-filter:hue-rotate(180deg)}to{-webkit-filter:hue-rotate(-180deg)}}