···194 backdrop-filter: blur(16px);
195}
1960000000000000000000197/* Move header to the side to preserve vertical space, if screen is minimum width 1452px */
198@media (min-width: 1452px) {
199 header {
···194 backdrop-filter: blur(16px);
195}
196197+/* Make heading text small if header is not moved to the side */
198+@media (max-width: 1451px) {
199+ header h1 {
200+ font-size: 1.6rem;
201+ }
202+203+ header h2 {
204+ font-size: 1.4rem;
205+ }
206+207+ header h3 {
208+ font-size: 1.2rem;
209+ }
210+211+ header h4 {
212+ font-size: 1rem;
213+ }
214+}
215+216/* Move header to the side to preserve vertical space, if screen is minimum width 1452px */
217@media (min-width: 1452px) {
218 header {