﻿body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
}
.card {
    border: none;
}

.card-img-top {
    max-height: 200px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .card-img-top {
        max-height: 150px;
    }
}

.img {
    width: 100%;
}
a {
    text-decoration: none;
}
