* {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

/* button hover */

.btn-success {
    background-color: #2BB3DF;
}
.btn-success:hover {
    background-color: #95BE77;
}

.btn-light {
    background-color: #2BB3DF;
}

.btn-light:hover {
    background-color: #95BE77;
}

.btn-primary {
    background-color: #2BB3DF;
}

.btn-primary:hover {
    background-color: #95BE77;
}

.btn-outline-light {
    background-color: #ffffff;
    color: black;
}

.btn-outline-light:hover {
    color: white;
    font-weight: 400;
    background-color: #2BB3DF;
}

.text-shadow {
    text-shadow: 0px 0px 10px rgb(206, 206, 206);
}

.hidden {
    display: none;
}