#watermark{
    position:absolute;
    z-index:0;
    display:block;
    min-height:50%; 
    min-width:50%;
    color:yellow;
}

#water-text
{
    color:red;
    opacity: 0.25;
    font-size:120px;
    margin-left: 450px;
    margin-bottom: 650px;
    transform:rotate(300deg);
    -webkit-transform:rotate(300deg);
    
}

#water2-text
{
    color:red;
    opacity: 0.25;
    font-size:120px;
    margin-left: 550px;
    margin-bottom:250px;
    
}