.badge-dd-blue {
    background: #1bdce4;
    color: white;
}

.badge-dd-peach {
    background: #dd535d;
    color: white;
}


.btn-dd-blue {
    background-color: #1bdce4;
    color: white;
}

.btn-dd-blue:hover {
    background-color: #50bcc3;
    color: white;
}

.btn-dd-peach {
    background-color: #dd535d;
    color: white;
}

.btn-dd-peach:hover {
    background-color: #d7333f;
    color: white;
}