1/
Use REM over PX for responsiveness
REM scales based on the root font size. This keeps your layout flexible and accessible.
2/
Add scroll-behavior: smooth; to html
Smooth scrolls make the site feel more polished instantly.
3/
Lazy-load images with loading="lazy"
Speeds up load time and...