.btn {
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 2px;
    color: white !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary {
    border: 1px solid white;
    background-color: white !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: white !important;
}

button:hover {
    cursor: pointer;
}


.btn-secondary {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: white !important;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    color: white !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: white !important;
}

.btn-secondary:active, .btn-secondary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: white !important;
}
