.custom-navbar {
    background: rgb(242,242,242);
    background: linear-gradient(0deg, rgba(242,242,242,1) 16%, rgba(255,255,255,1) 97%);
    border: 1.2px #d4d4d4 solid;
    border-radius: 4px;
}
.custom-margin {
    margin-left: 8px; 
    margin-right: 0px; 
    margin-top: -5px;
}
.submenu{
    height: 2.55rem;
    background: rgb(242,242,242);
    background: linear-gradient(0deg, rgba(242,242,242,1) 16%, rgba(255,255,255,1) 97%);
    border: 1.2px #d4d4d4 solid;
    border-radius: 4px;
}
.zoom-image {
    transition: transform 0.3s ease;
}
.zoom-image:hover {
    transform: scale(1.05);
}