/* General Body Styles */
body {
    font-family: 'Times New Roman', Times, serif;
    margin: 0 auto;
    padding: 20px;
    max-width: 800px;
    line-height: 1.6;
}

/* Navigation Styles */
.topnav {
    text-align: center;
    margin-bottom: 40px;
}

.topnav a {
    text-decoration: none;
    color: #000;
    margin: 0 15px;
    font-size: 1.2rem;
}

/* Main Content Styles */
.main-content {
    padding: 20px;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

h1, h2, h3 {
    text-align: center;
}

/* Blog List Styles */
.blog-list {
    list-style: none;
    padding: 0;
}

.blog-list li {
    margin-bottom: 20px;
}

.blog-list a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
}

/* Blog Post Styles */
.blog-post {
    max-width: 680px;
    margin: 0 auto;
}

.blog-post img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 20px 0;
}

/* Footer Styles */
.footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.footer img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}
