::selection {
  background: rgba(52, 211, 153, 0.25);
}

#uri-box::-webkit-scrollbar {
  height: 6px;
}

body {
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(16, 185, 129, 0.16), transparent 42%),
    radial-gradient(circle at 88% 82%, rgba(56, 189, 248, 0.13), transparent 45%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
  mask-image: radial-gradient(circle at 50% 35%, black 0%, transparent 85%);
  -webkit-mask-image: radial-gradient(circle at 50% 35%, black 0%, transparent 85%);
}
