/* General Styles */
body {
 font-family: 'Arial', sans-serif;
 line-height: 1.6;
 color: #333;
 background: #f4f4f4;
 margin: 0;
 padding: 0;
}
/* HEADER */ .sePage .sePageMain { margin-top: 0px; }
.container {
 width: 80%;
 margin: auto;
 overflow: hidden;
}



/* Blog Posts */
.blog-post {
 background: #fff;
 padding: 20px;
 margin: 20px 0;
 border-radius: 10px;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-post h2 {
 color: #35424a;
 margin-bottom: 10px;
}

.blog-post p {
 font-size: 16px;
 color: #666;
}

/* Footer */
footer {
 background: #35424a;
 color: #ffffff;
 text-align: center;
 padding: 10px 0;
 margin-top: 20px;
}
