/* css/styles.css */
body {
    background-color: #f8f9fa;
}

.container {
    max-width: 600px;
}

form {
    margin-top: 20px;
}

.alert {
    font-size: 1.1em;
    display: flex;
    align-items: center;
}

.alert i {
    margin-right: 10px;
}
