a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: grey;
}

.custom-btn {
    background-color: #067bc1 !important;
    color: white !important;
}
