.text-custom-primary{
    color: #FFC600;

}

.text-custom-secondary{
    color: #000000;
}

.text-custom-danger{
    color: #FF0000;
}

.btn-custom-primary{
    background-color: #FFC600;
    color: #000000;
}

.title-head-logo{
    color: #000000;
    font-size: 24px;
    font-family: 'Poppins';
}
