.db { margin-top: 0px; padding: 5px; border-radius: 5px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.2);}
.white-box { margin-top: 5px; padding: 5px; border-radius: 5px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.2);}    
html, body {
    background: url(/css/img/bg.gif) top center no-repeat #c4d5ff;
    background-size: cover;
    background-attachment: fixed;
}