/* styles.css */
.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}

.alert-error {
    background-color: #f2dede;
    color: #a94442;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}
