body {
    background-color: #f8f9fa;
}
.form-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 2rem;
    margin-top: 2rem;
}
.header-img {
    max-width: 800px;
    margin-bottom: 1rem;
}
