.bg-blur {
    backdrop-filter: blur(15px);
    border-radius: 16px;
}
.bg-blur-header {
    backdrop-filter: blur(15px);
    border-radius: 30px;
}