
html{
    background-image: url(/images/polar.jpg);
    background-color: #ccccff62;
    background-blend-mode:luminosity;
}
.shape{
    background: none;
    background-color: #a3a3cab2;
}
.tst-header li::after{
    color: #ccccffb2;
}
.shape img{
    box-shadow:none;
}
.tst-header a{
    text-shadow: 0 0 10px  #ccccffb2;
}
.shape h1,h2,h3,p,a{
    text-shadow: 0 0 10px #ccccffb2;
}
