/* Custom styles */
body {
    background-color: #49618A;
    color: #fff;
}

/* Header styling */
header {
    background-color: #49618A; 
}

/* Footer styling */
footer {
    background-color: #171717; 
}
footer p, a {
    color: #666666;
    font-size: 13px;
}
