a.btn {
    background-color: rgb(6, 187, 204);
    border-bottom-color: rgb(6, 187, 204);
    border-left-color: rgb(6, 187, 204);
    border-right-color: rgb(6, 187, 204);
    border-top-color: rgb(6, 187, 204);
    border-radius: 0;
    outline: none;
}

a.btn:hover, a.btn:active, a.btn:visited, a.btn:focus, a.btn:focus-visible, a.btn:focus-within {
    background-color: rgb(6, 187, 204)!important;
    border-bottom-color: rgb(6, 187, 204)!important;
    border-left-color: rgb(6, 187, 204)!important;
    border-right-color: rgb(6, 187, 204)!important;
    border-top-color: rgb(6, 187, 204)!important;
    border-radius: 0;
    outline: none;
}

a.btn i.bi-arrow-up {
    position: relative;
    left: -3px;
}

h2.text-primary {
    color: #06BBCC !important;
    text-shadow: 1PX 1PX #06BBCC;
}

h1,h2,h3,h4,h5,h6 {
    color: #06BBCC !important;
    text-shadow: 1PX 1PX #06BBCC;
}

.router-link-active {
    background-color: rgb(6, 187, 204) !important;
    border-bottom-color: rgb(6, 187, 204) !important;
    border-left-color: rgb(6, 187, 204) !important;
    border-right-color: rgb(6, 187, 204) !important;
    border-top-color: rgb(6, 187, 204) !important;
    border-radius: 0;
    outline: none;
    box-shadow: 0 0 0 .25rem rgba(5, 159, 173, 0.5);
}

button.btn-primary {
    background-color: rgb(6, 187, 204) !important;
    border-bottom-color: rgb(6, 187, 204) !important;
    border-left-color: rgb(6, 187, 204) !important;
    border-right-color: rgb(6, 187, 204) !important;
    border-top-color: rgb(6, 187, 204) !important;
    border-radius: 0;
    outline: none;
}