.btn-morado {
    background-color: #6f42c1;
    color: white;
}

.btn-morado:hover {
    background-color: #5a3796;
}