/* 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%; }
.presentacion__imagen { width: 50%; max-width: 100%; height: auto; }
.presentacion__contenido { width: 50%; }
.presentacion__enlaces__link { width: 50%; display: inline-block; text-align: center; }
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 */ }