body{
background:#fff0f5;
font-family:'Segoe UI', sans-serif;
}

/* NAVBAR */

.navbar{
background:#ff69b4;
}

/* HERO HISTORIA */

.hero-historia{
background:#ffc0cb;
color:white;
text-align:center;
padding:80px;
}

.hero-historia h1{
font-size:50px;
font-weight:bold;
}

/* HISTORIA */

.historia{
margin-top:60px;
}

.historia h2{
color:#ff1493;
margin-bottom:20px;
}

.historia p{
text-align:justify;
line-height:1.7;
}

/* IMAGENES */
.historia img{
width:100%;
height:300px;
object-fit:cover;
border-radius:15px;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

/* FOOTER */

footer{
background:#ff69b4;
color:white;
text-align:center;
padding:20px;
margin-top:50px;
}