/* --- Decoration --- */
.background-svg {
  position: fixed;
  bottom: 100px;
  right: 200px;
  width: 200px;
  z-index: -1;
  pointer-events: none;
  opacity: 0.6;
}
