
body {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: auto;
    padding: 20px;
    line-height: 1.7;
    background: #f5f5f5;
    color: #222;
}

.container {
    background: white;
    padding: 30px;
    border-radius: 10px;
}

h1 {
    color: #111;
}

img {
    max-width: 100%;
    height: auto;
}

.post-list {
    list-style: none;
    padding: 0;
}

.post-list li {
    margin-bottom: 15px;
}

.post-list a {
    text-decoration: none;
    color: #0056b3;
    font-size: 18px;
}

.post-list a:hover {
    text-decoration: underline;
}

.meta {
    color: #666;
    margin-bottom: 20px;
}

a {
    word-break: break-word;
}
/* RODAPÉ */
.footer{
margin-top:40px;
padding-top:20px;
border-top:1px solid #ddd;
text-align:center;
font-size:14px;
color:#666;
}
