body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  pointer-events: none;
  z-index: 1;
}

#page_container {
  position: relative;
  z-index: 2;
}

.card {
  backdrop-filter: blur(12px);
}

.service-card {
  background: rgba(30, 30, 30, 0.75);
}

.bookmark {
  background: rgba(30, 30, 30, 0.75);
}
