
body{
font-family:Arial,sans-serif;
background:linear-gradient(135deg,#fff7fb,#f4f8ff);
color:#333;
}
.hero-section{
background:linear-gradient(135deg,rgba(255,181,216,.9),rgba(199,225,255,.9));
padding-bottom:80px;
}
nav ul{
display:flex;
gap:25px;
list-style:none;
padding:0;
margin:0;
flex-wrap:wrap;
}
nav ul li a{
text-decoration:none;
color:#222;
font-weight:600;
}
.hero-content h1{
font-size:3rem;
margin-bottom:20px;
}
.hero-content img,
.feature-card img,
.story-section img{
width:100%;
border-radius:20px;
}
.section-title{
text-align:center;
margin-bottom:30px;
font-weight:700;
}
.feature-card,.article-card{
background:#fff;
padding:25px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
height:100%;
transition:.3s;
}
.feature-card:hover,.article-card:hover{
transform:translateY(-6px);
}
.story-section{
background:#fff;
padding:80px 0;
}
footer{
background:#1f2430;
color:#fff;
padding:40px 0;
text-align:center;
}
footer a{
color:#fff;
text-decoration:none;
margin:0 5px;
}
