body {
    background: darkgrey;
}

#container {
    background: white;
    box-shadow: 0px 5px 10px black;
    border-radius: 5px;
}

#header {
    background: black;
    color: white;
}

#hSub {
    background: grey;
    color: white;
}

a {
    color: #373737;
}