Hello, Great job. I would suggest you to import your google font like @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100&display=swap'); in your stylesheet as you already have a separate style.css.
And change the color to h1 by Grayish blue: hsl(220, 15%, 55%).
I think you should make you're site responsive by using media query as: 320px — 480px: Mobile devices 481px — 768px: iPads, Tablets 769px — 1024px: Small screens, laptops 1025px — 1200px: Desktops, large screens
You can learn more about that here
Marked as helpful
@sadykova
Posted
Hi @Julia-Fidison! Thank you so much for your feedback. I truly appreciate your help. I will make changes to text colors and add media queries. Thank you again!