html, body {
    height: 100%;
    font-size: 14px;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Navigation Bar Styles */
.navbar-brand {
    font-size: 1.25rem;
}

.nav-link i {
    margin-right: 5px;
}