/* index.css */

.card-title {
    font-size: 30px;
    text-align: left;
}

.card-image {
    aspect-ratio: 1 / 1;
    height: auto;
    box-shadow: unset;
}

.card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

body {
    background-color: #ecf0f1;
}
