.card-custom {
    background-size: cover;
    background-position: center;
    color: white;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card-custom:hover {
    opacity: 0.8;
}

.card {
    border: none;
    /* Optional: Remove border from cards */
}

.card img {
    width: 100%;
    height: 200px;
    /* Set a fixed height for images */
    object-fit: cover;
    /* Crop and center the image */
    object-position: center;
    /* Ensure the image is centered */
}

.card {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: thin;
    font-style: normal;
}

.p {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: thin;
    font-style: normal;
}