body::before {
  display: none !important;
}

body {
  background-color: #111827 !important;
}

h2 {
  color: #22d3ee !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.service-card,
.bookmark,
div[class*="service"] {
  border: 1px solid rgba(34, 211, 238, 0.22) !important;
  border-radius: 14px !important;
  background: rgba(15, 23, 42, 0.76) !important;
  body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(5, 10, 20, 0.18);
  z-index: -1;
}