.btn-dark {
    background-color: transparent;
    border: none;
}

.btn-dark:hover {
    background-color: transparent;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 1px white;
    filter: drop-shadow( 0 0 1px white);
}
