a[href*='https://github.com/Chainlit/chainlit'] {
    visibility: collapse;/* Hides the original text */
    position: relative;
}

a[href*='https://github.com/Chainlit/chainlit']::after {
    content: "Its me."; /* New text to display */
    visibility: visible;
    color: black; /* Color of the new text */
    position: absolute;
    width: 100%;
    height: 100%;
}

.watermark {
display: none !important;
}

font {
    font-family: 'Courier New', Courier, monospace !important;
    font-size: 24px !important;
    color: #000000 !important; /* Change this to your desired color */
}


