.navbar-nav mr-auto {
    margin-left: 30px;
}

footer {
    color: #fff;
    text-align: center;
    height: 60px;
    margin-top: 10px;
    background-color: #343a40;
}

footer p {
    padding-top: 15px;
}

footer b {
    color: red;
}