text-align: center;
background-image: garfield_1;
background-repeat: no-repeat;
color: #b08271;
font-size: 12px;
}
.site-box > a > p {
color: var(--darkbrown);
font-weight: bold;
}
.site-box > a > span {
color: var(--darkbrown);
}
}
.post-box {
background-color: #fff2cc;
border: 4px solid #ecbfa6;
padding: 15px;
border-radius: 5px;
color: #634c53;
font-weight: normal;
}
.post-box .post-title {
font-size: 18px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 0px;
}