.glass {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}