html { scroll-behavior: smooth } img[loading=lazy] { filter: blur(.05rem); transition: filter .3s ease } img[loading=lazy].loaded { filter: blur(0) } body, html { overflow-x: hidden } img { max-width: 100%; height: auto }