a {
    color: #4bb5ff !important;
}

.btn-primary {
    color: white !important;
    background-color: #4bb5ff;
    border-color: #4bb5ff;
}

.btn-primary:hover {
    color: white !important;
    background-color: #4bb5ff;
    border-color: #4bb5ff;
}

.btn-link {
    color: #4bb5ff;
}

.branding-bar {
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #00ffff, #ff00ff);
}

.nav-pills .nav-link.active {
    background-color: #4bb5ff !important;
    color: #fff !important;
}
