body {
    margin: 0;
}

body {
font-family: 'Montserrat', sans-serif;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    color: black;
}

.logo {
    font-size: 1.5em;
    font-weight: bold;
}

.nav-options {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.nav-options a {
    color: black;
    text-decoration: none;
    font-size: 1em;
    font-weight: normal; /* Asegura que no estén en negrita */
}

.nav-options a:hover {
    text-decoration: underline;
}

.social-icons {
display: flex;
gap: 10px;
position: absolute;
top: 10px;
right: 20px;
}

.social-icons img {
width: 30px;
height: 30px;
cursor: pointer;
}
.outline-text {
font-family: 'Montserrat-black', Arial, sans-serif;
font-size: 2rem; /* Ajusta el tamaño de la fuente según sea necesario */
color: black; /* Color del contorno */
-webkit-text-fill-color: transparent; /* Hace el relleno transparente */
-webkit-text-stroke: 1px black; /* Define el grosor y color del contorno */
text-align: center; /* Centra el texto si es necesario */
}
.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
.title-montserrat {
font-size: 35px;
}

.title-montserrat2{
font-size: 55px;
}

