@media (min-width: 992px) {
    .header-nav a:hover {
        color: #ffffff;
        text-decoration: underline;
    }
    .header-user-links {
        background-color: #fd3f92;
        border-radius: 5px;
    }
    .header-user-links a {
        color: #fff;
    }
    .header-user-links a:hover {
        color: #ffc6df;
    }
}