/* CSS for text watermark */
.watermark {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.1);
    transform: rotate(-45deg);
    z-index: 9999;
}