/* style.css */

body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

.container {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 60px;
    max-width: 700px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h3 {
    font-weight: bold;
}
