body{
    font-family: 'Comfortaa', cursive !important;

}
.btn-success, .btn-primary, .btn-outline-primary{
    color: #fff !important;
    background-color: #00aeef !important;
    border-color: #00aeef !important;

}
.btn-success:hover, .btn-primary:hover , .btn-outline-primary:hover {
    color: #fff;
    background-color: #207c9e !important;
    border-color: #207c9e !important;
    transition: 2s;

}
.text-primary , a ,.dropdown-item
{
    color: #00aeef !important;
}
.alert-success{
    background-color: #00aeef !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #00aeef;
    transition: 1s;
}
