/* CSS Document */
body {
    background-color: #f8f9fa;
}

jumbotron, .header, a {
    background-color: #007bff;
    color: #ffffff;
    padding: 0rem;
}

footer {
    background-color: #007bff;
    color: #ffffff;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
}

