
.text-custom-blue {
    color: #51d3f3;
}

.text-custom-yellow {
    color: #ecef00;
}

.bg-custom-blue {
    background-color: #51d3f3;
}

.bg-custom-yellow {
    background-color: #ecef00;
}

.border-color-custom-yellow {
    border-color: #ecef00;
}

.btn-custom-yellow {
    background-color: #ecef00;
    color: black;
    border-color: #ecef00;
}