/* styles.css */

body {
    background-color: #f8f9fa;
}

.container {
    max-width: 800px;
}

.card {
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}



#errorContainer {
    color: red;
}

