/* https://colorhunt.co/palette/ff2dd1fdffb84dffbe63c8ff */
.navbar{
    background-color: #FF2DD1 !important;
}

.navbar a {
    color: white !important;
}   


.btn-outline-success{
    background-color: #4DFFBE !important;
    color: white !important ;
}

.dropdown-menu li a{
    color: black !important;
}

.navbar-toggler {
    border-color: white;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.card{
    cursor: pointer;
    transform: scale(0.95);
    transition: transform 0.2s;
}

.card:hover{
    transform: scale(1.00);
    
}

.card a{
    text-decoration: none !important;
}

.card-body{
    color: black !important;
}