/* .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
} */

.section-title {
    font-size: 2rem;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.sell-home-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sell-home-form fieldset {
    border: none;
    margin-bottom: 15px;
}

.sell-home-form legend {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 10px;
}

.sell-home-form label {
    font-weight: bold;
    color: #333;
    display: block;
    margin-top: 10px;
}

.sell-home-form input,
.sell-home-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Nunito Sans', sans-serif;
}

.submit-btn {
    display: block;
    
    /* width: 100%; */
    padding: 10px;
    background-color: hsl(229deg 21.92% 57.05%);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #4b8a58;
}
