/* theme.css */
body {
    background-color: #e9ecef;
    color: #495057;
}

header {
    background-color: #343a40;
    color: #ffffff;
}