body {
background-color: #f6f6f6;
font-family: 'Segoe UI', sans-serif;
}
.header {
background-color: #3f51b5;
color: white;
text-align: center;
padding: 20px 0;
}
.header h1 {
font-weight: 600;
}
.blog-card {
background: white;
border: none;
border-radius: 6px;
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
text-align: center;
padding: 25px 15px;
transition: all 0.3s;
font-size:20px;
}
footer {
background-color: #3f51b5;
color: white;
text-align: center;
padding: 15px 0;
font-size: 14px;
}
.article {
background: white;
border-radius: 6px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
padding: 30px;
}