  html { scroll-behavior: auto !important; scroll-padding-top: 2rem; } [id] { scroll-margin-top: 2rem; }  .powered-by-premier.animate-premier { --premier-flash: #16bfff; --premier-flash-bright: #e8fbff; display: inline-block; background-image: linear-gradient( 100deg, currentColor 0%, currentColor 43%, var(--premier-flash) 47%, var(--premier-flash-bright) 50%, var(--premier-flash) 53%, currentColor 57%, currentColor 100% ); background-size: 250% 100%; background-position: 100% center; background-repeat: no-repeat; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: premier-blue-flash 4s ease-in-out infinite; }  @keyframes premier-blue-flash { 0%, 12% { background-position: 100% center; } 32%, 100% { background-position: 0% center; } }  @media (prefers-reduced-motion: reduce) { .powered-by-premier.animate-premier { animation: none; background: none; background-clip: initial; -webkit-background-clip: initial; -webkit-text-fill-color: currentColor; } }