body {
font-family: "Arial", sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
margin: 0;
padding: 0;
background: #f9f9f9;
} a {
color: #e91e63;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1{
text-align: center;
} .site-header {
background: #fff;
border-bottom: 1px solid #ddd;
padding: 20px;
text-align: center;
}
.site-branding a {
font-size: 24px;
font-weight: bold;
color: #333;
display: block;
}
.site-description {
font-size: 14px;
color: #777;
margin-top: 5px;
text-align: center;
} .header-menu-container {
margin-top: 15px;
}
.header-menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.header-menu li {
margin: 0 10px;
}
.header-menu li a {
padding: 8px 12px;
border-radius: 4px;
transition: background 0.3s;
}
.header-menu li a:hover {
background: #e91e63;
color: #fff;
} h2 {
font-size: 28px;
color: #333;
margin-top: 30px;
text-align: center;
}
div p {
max-width: 800px;
margin: 15px auto;
text-align: justify;
} .site-footer {
background: #333;
color: #fff;
padding: 30px 20px;
text-align: center;
}
.site-footer a {
color: #e91e63;
}
.footer-menu {
list-style: none;
padding: 0;
margin: 15px 0 0 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.footer-menu li {
margin: 0 10px;
} @media (max-width: 768px) {
.header-menu, .footer-menu {
flex-direction: column;
align-items: center;
}
.header-menu li, .footer-menu li {
margin: 5px 0;
}
h2 {
font-size: 24px;
}
} .news-list  article.post {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 3px;
padding: 20px;
margin: 20px auto;
max-width: 640px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: transform 0.3s, box-shadow 0.3s;
}
.tag-posts article.post {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 3px;
padding: 20px;
margin: 20px auto;
max-width: 640px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: transform 0.3s, box-shadow 0.3s;
}
article.post {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 3px;
padding: 20px;
margin: 20px auto; box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: transform 0.3s, box-shadow 0.3s;
}
article.post:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
} article.post h2 {
font-size: 22px;
margin: 0 0 15px 0;
}
article.post h2 a {
color: #333;
text-decoration: none;
}
article.post h2 a:hover {
color: #e91e63;
} .post-thumbnail {
text-align: center;
margin-bottom: 15px;
}
.post-thumbnail img {
max-width: 100%;
height: auto;
border-radius: 6px;
transition: transform 0.3s;
}
.post-thumbnail a:hover img {
transform: scale(1.03);
} .post-excerpt {
font-size: 16px;
line-height: 1.5;
color: #555;
margin-bottom: 15px;
} .post-meta {
font-size: 14px;
color: #777;
margin-bottom: 15px;
text-align: center;
}
.post-meta a {
color: #e91e63;
text-decoration: none;
}
.post-meta a:hover {
text-decoration: underline;
} .read-more {
display: inline-block;
background: #e91e63;
color: #fff;
padding: 8px 16px;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
transition: background 0.3s;
}
.read-more:hover {
background: #d81b60;
} @media (max-width: 768px) {
article.post {
max-width: 90%;
padding: 15px;
}
.post-excerpt {
font-size: 15px;
}
.read-more {
padding: 6px 12px;
font-size: 14px;
}
} .menu-toggle {
display: none;
background: #e91e63;
color: #fff;
border: none;
padding: 10px 15px;
font-size: 18px;
cursor: pointer;
border-radius: 4px;
} #headermenu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
#headermenu li {
margin: 0 10px;
}
#headermenu li a {
text-decoration: none;
color: #333;
padding: 8px 12px;
display: block;
} #headermenu li a:hover {
background: #e91e63;
color: #fff;
border-radius: 4px;
} @media (max-width: 768px) {
.menu-toggle {
display: block;
margin: 10px auto;
}
#headermenu {
flex-direction: column;
display: none; text-align: center;
}
#headermenu li {
margin: 5px 0;
}
#headermenu.show {
display: flex;
}
}
.page-wrapper {
display: flex;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
gap: 20px; } .sidebar {
width: 200px;
background: #f0f0f0;
padding: 15px;
border-radius: 6px;
} .content {
flex: 1; background: #fff;
padding: 20px;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
} @media (max-width: 768px) {
.page-wrapper {
flex-direction: column;
gap: 15px;
}
.sidebar, .content {
width: 100%;
}
}