body {
    background: #000000;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
}

.uid-img {
    width: 100%;
}

#txt-img {
    display:none;
    left:15%;
    width: 70%;
    position: absolute;
    top: 80%;
    pointer-events: none;
}
