.targetContainer{
    position: relative !important; 
    text-align: center;
}

.textContent{
    position: absolute; 
    top: 30px; 
    left: 20px;
    right: 20px;
    color: white;
    display: none;
} 

.targetbutton{
    position: absolute; 
    top: 160px; 
    left: 67px;
    right: 40px;
    width: 180px;
    font-size: 14px;
    display: none;
} 




