.customHoverBackgroundBrightness{
    transition: .3s ease-out;
}
.customHoverBackgroundBrightness:hover{
    backdrop-filter: brightness(.9);
}
