/* styles.css */ .header { padding: 2% 0% 0% 15%; }
.header__menu { display: flex; gap: 80px; }
.header__menu__link { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 600; color: #22D4FD; text-decoration: none; }
.presentacion { padding: 5% 15%; }
p { font-size: 1.125rem; /* 18px converted to rem */ }
h1 { font-size: 2rem; /* 32px converted to rem */ }
footer p { font-size: 1rem; /* 16px converted to rem */ }