html {
    font-family: Georgia, serif;
    
    background: #202030;
}
body {   
    background: url('ffcccb/banner.png') no-repeat;
}
#title, #subtitle {
    color: wheat;
    text-shadow: -5px -5px 2px #20203080;
}
#content {
    background: url('ffcccb/background.png') no-repeat, rgba(252, 251, 221);
}
#sidebar img {
    box-shadow:
        5px -5px goldenrod,
        -5px 5px goldenrod,
        5px -5px 10px 5px cyan,
        -5px 5px 10px 5px blue;
}
#sidebar img.null {
    pointer-events: none;
    
    filter: grayscale(0.9);
}


#sidebar img:hover {
    cursor: pointer;
    
    box-shadow:
        5px -5px goldenrod,
        -5px 5px goldenrod,
        5px -5px 5px 5px cyan,
        -5px 5px 5px 5px blue;
}