.under-construction {
    background-image: url(../images/under-construction.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center;    
}

.pp-shadowed {
    text-shadow: 2px 2px 5px black;
}
