

.center-div {
    position: relative;
    box-shadow: rgba(196, 201, 207, 45%) 0px 49px 50px;
    /*    background: linear-gradient(136deg, rgb(193 198 209 / 12%) 0%, rgb(219 219 219 / 15%) 100%);
*/
    /*background: linear-gradient(136deg, rgb(237 241 250 / 45%) 0%, rgb(219 219 219 / 15%) 100%);
*/
    background: linear-gradient(136deg, rgb(233 211 233 / 8% 8% ) 0% 0%, rgb(227 227 249 / 40%) 100%);
    background-color: rgb(255 255 255 / 43%);
    height: 54px;
    border-bottom: 2px solid #8bacc5;
    border-radius: 25px;
}
