#title {
    margin-top: 12px;
    background-color: #fff;
    color: #000;
}

/**
 * added to make the 'pull-right' class work
 */
.pull-right {
    float: right;
}

#content {
    background-color: #fff;
    border-top: solid 6px #000000;
}

#footer {
    margin-top: 20px;

    /* padding is the same as the top and bottom of the navbar*/
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;

    /* black background */
    background-color: #343a40;
    color: #fff;
}

/*
 * added to make the image in the card fit the card
 */
.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

