body {
    font-family: 'Playfair Display', serif;
    background: #f5f7f2;
    color: #3f6040;
}

.card-card {
    background: #fff url('background.webp') center/cover no-repeat;
    color: #3f6040;
}

.card-header {
    background-image: url('header.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.card-footer {
    background-image: url('footer.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.card-edit-btn {
    background: #3f6040;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
}
.card-edit-btn:hover { background: #2d4a30; }
.card-text { color: #3f6040 !important; }
