.watermarkContainer {
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    padding: 1.2rem;
    pointer-events: none !important;
}