body {
    background-color: #FFC0CB;
} 

div.shadow {
    position:absolute;
    max-width:45%;
    max-height:45%;
    top:50%;
    left:50%;
    overflow:visible;
    text-decoration:none;
}

img.logo {
    position:relative;
    max-width:100%;
    max-height:100%;
    margin-top:-50%;
    margin-left:-50%;
}

div.copy {
    position:absolute;
    max-width:45%;
    max-height:45%;
    top:95%;
    left:45%;
    overflow:visible;
    font-size: small;
    text-decoration:none;
}
