body{
background:#fff0f5;
font-family:'Segoe UI', sans-serif;
}

/* NAVBAR */

.navbar{
background:#ff69b4;
}

/* HERO */

.hero{
background:#ffc0cb;
height:50vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
color:white;
}

.hero h1{
font-size:45px;
font-weight:bold;
}

/* BOTONES */

.btn-pink{
background:#ff69b4;
color:white;
border:none;
}

.btn-pink:hover{
background:#ff1493;
}

/* CARDS */

.card{
border:none;
border-radius:15px;
box-shadow:0 6px 15px rgba(0,0,0,0.1);
}

.card img{
border-radius:15px 15px 0 0;
}

/* SLIDER */

.slider-img{
height:450px;
object-fit:cover;
}

/* FOOTER */

footer{
background:#ff69b4;
color:white;
text-align:center;
padding:20px;
margin-top:40px;
}