.alert-success { 
    background-color: rgb(153, 51, 153); 
    color: rgb(255, 255, 255);
    border: 0; 
}



.alert-success h2 { 
    color: rgb(255, 255, 255); 
}


.alert-info { 
    background-color: rgb(158, 131, 158); 
    color: rgb(255, 255, 255); 
    border: 0;
}


.alert-info h2, .alert-info a { 
    color: rgb(255, 255, 255); 
}

a {
    font-weight: 600;
}

h3, h4 {
    color: hwb(300 38% 51%);

}