/* css/styles.css */

body {
    padding-top: 56px;
}

.jumbotron {
    background-size: cover;
    background-position: center;
    color: white;
    height: 400px;
    margin-bottom: 0;
}

.card-title {
    text-transform: uppercase;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
