body {
  background-color: #5e64ff;
}

.marca-agua {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  width: clamp(10px, 2.5vw, 15px);
  z-index: 1000 !important;
  pointer-events: none;
  user-select: none;
}