body {
    margin: 0;
    background: transparent;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

#textWidget {
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: right;
    line-height: 1.8;
    font-weight: 500;
    white-space: pre-wrap;
    user-select: none;
    pointer-events: none;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    background-color: black;
    padding: 16pt;
    border-radius: 16pt;
}