.header-logo {
    width: 400px;
}

a {
    color: #000 !important;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #6c757d !important;
    text-decoration: underline;
    cursor: pointer;
}

.btn-outline-secondary:hover {
    color: #fff !important;
}

.btn-outline-light {
    color: #fff !important;
}
