@property --hue-angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes headingColor{0%{--hue-angle: 0deg}100%{--hue-angle: 360deg}}body{display:flex;flex-direction:column;justify-content:space-between;margin:0;color:#e0e0e0;background:#0a0a0a;height:100%;min-height:100vh}main{margin:0 1rem}section{margin:4rem 0}h1{color:hsl(var(--hue-angle), 100%, 90%);text-shadow:0px 0px 18px hsl(var(--hue-angle), 100%, 50%);animation:headingColor 8s linear infinite;text-align:center;margin:4rem 0}a{color:#90ee90}.images{display:flex;justify-content:center;gap:1.5rem;margin:0 3rem}.images img{box-shadow:0px 4px 20px rgba(0,255,170,.24)}.track{display:flex;align-items:center;align-content:center;gap:1rem;margin:0 2rem}.track img{aspect-ratio:1/1;width:56px}.track h5{margin:0}footer{display:flex;margin:1rem 6px;gap:4px}