.acs-watermark {
  position: fixed;
  z-index: 99999;
  pointer-events: none;
  opacity: 0.2;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  top: 10%;
  left: 10%;
  transform: rotate(-15deg);
  user-select: none;
  transition: all 0.3s ease;
}
