.message {
    margin: 12px auto;
    max-width: 700px;
    padding: 10px 14px;
    border-radius: 6px;
    background: #d1fae5;
    color: #065f46;
    text-align: center;
    font-family: Arial, sans-serif;
}

.message.error {
    background: #fee2e2;
    color: #991b1b;
}
