.watermark-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: absolute;
    z-index: 99999;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.watermark-container .watermark-item-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    padding: 2.5px;
}

.watermark-container .watermark-item-box .watermark-text {
    font-size: 8px;
    color: rgba(200, 200, 200, 0.1);
    font-weight: 400;
    letter-spacing: 0.04em;
    white-space: nowrap;
    transform: rotate(45deg);
}

.watermark-container .watermark-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}