excellent job making use of flex display to help align items throughout the page! take a look at these places where you're setting that styling. is there a way to reduce the number of repeated lines in your css? what if we had a flex class that assigns the general stuff needed for flex and then you dive into the more specific details with the section class selector.
https://github.com/nirvin94/prj-rev-bwfs-tea-cozy/blob/master/tea-cozy/resources/css/style.css#L50-L53 https://github.com/nirvin94/prj-rev-bwfs-tea-cozy/blob/master/tea-cozy/resources/css/style.css#L86-L88 https://github.com/nirvin94/prj-rev-bwfs-tea-cozy/blob/master/tea-cozy/resources/css/style.css#L129-L130
excellent job making use of flex display to help align items throughout the page! take a look at these places where you're setting that styling. is there a way to reduce the number of repeated lines in your css? what if we had a flex class that assigns the general stuff needed for flex and then you dive into the more specific details with the section class selector.