CSS -фон размытый или стеклянный эффект

.container {
  backdrop-filter: blur(10px);
}
Innocent Iguana