
#header {
    background: rgb(37, 45, 149);
    border-bottom: 5px solid #1a206d;
    color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#footer {
    background: rgb(37, 45, 149);
    border-top: 5px solid #1a206d;
    color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
