.messages {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 5px;
}

.message {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    font-weight: bold;
}

.message.success {
    background-color: #d4edda;
    color: #155724;
}

.message.error {
    background-color: #f8d7da;
    color: #721c24;
}

.message.warning {
    background-color: #fff3cd;
    color: #856404;
}

.message.info {
    background-color: #d1ecf1;
    color: #0c5460;
}
