#watermark {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  color: rgba(0, 0, 0, 0.18);
  font-size: 20px;
  font-weight: 600;
  white-space: pre;
}

.watermark-text {
  position: absolute;
  bottom: 30px;
  right: 35px;
  line-height: 1.4;
}