To check layout use extension like PerfectPixel and design file screenshots:
Task from hexlet assignments
css properties to be resolved with postcss-custom-properties
should be in root .css file,
the variables from separate files are not resolved
to display image for nested deploy path like (github pages),
vite config should have base: ./
and public asset links should be relevant:
things that are resolved at runtime should be relative (like images),
and those that arent' should be absolute (like imports in css)