@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #000000;
  color: #ffffff;
}

.popover {
  background-color: rgba(24, 24, 27, 0.5) !important;
  color: #fff !important;
  border: 1px solid rgba(63, 63, 70, 0.5);
  --bs-popover-bg: rgba(24, 24, 27, 0.5);
  --bs-popover-border-color: rgba(24, 24, 27, 0.5);
  backdrop-filter: blur(4px);
}

.popover .popover-body {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #fff !important;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  border-top-color: rgba(24, 24, 27, 0.5) !important;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('gif.gif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  pointer-events: none;
}       