.navbar-toggler {
    width: 50px; /* Adjust as desired */
    /* padding-left: 8px;
    padding-right: 8px; */
}
.navbar {
    border: none;
}
.card-img-top {
    height: 300px; /* Set your desired fixed height */
    object-fit: contain; /* Maintain aspect ratio */
    width: auto;       /* Ensure full width */
}

