footer {
    background-color: #222;
}

footer h5 {
    color: #fff;
}

footer p,
footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer hr {
    border-top: 1px solid #bbb;
}

a {
    text-decoration: none;
}

.custom-margin {
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 360px;
}