

html{
    background-image: url(/images/pink2.jpg);
   
}
h1, p, h2{
    color:black
}
.tst-header a{
    color: black;
    text-shadow:0 0 4px pink;
    font-size: larger;
}
.tst-header li::after{
    color: black;
    
}

    

.shape{
    background-image: url(/images/pink2.jpg);
    background:none ;
    background-color: rgba(255, 76, 210, 0.733);
    box-shadow: 0 0 10px rgb(255, 126, 238), 0 0 20px rgb(255, 126, 227);
}
.shape p, .shape h2, .shape a,.shape h3{
    color: black;
    text-shadow: 0 0 5px pink;
}
.shape li{
    border-color: black;
}
.shape img{
    box-shadow: 0 0 10px pink;
    
}