body {
    background-color: #FAFAF5; 
    color: #4B2E2A;  
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #4B2E2A;
}

a:hover {
    color: #3b241f;
}

.post, .card, .content {
    background-color: #FFFFFF; 
    color: #4B2E2A;
    border: 1px solid #E6D9A8;
    padding: 1rem;
    border-radius: 8px;
}


