/* static/css/style.css */
/* Add any custom styles here */
body {
    padding-bottom: 60px; /* Adjust if footer overlaps content */
}

.card-img-top { /* Basic placeholder style */
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1.2rem;
}
