.top-bar {
    background: #0a1eff;
    font-size: 14px;
}

.footer {
    background: #1a1a1a;
}

.footer h5 {
    margin-bottom: 15px;
}

.footer-link {
    color: #0a84ff;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}