#title{
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.contact-container{
    display: flex;
    justify-content: space-around;
    background-color: #cfd6da;
}
.container{
    width: 80%;
}

#container {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.form-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
}
.form-wrapper h1 {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 4px;
}
.form-group textarea {
    resize: vertical;
}
#specific_appliance {
    display: none;
    margin-top: 10px;
}
.form-group button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.button-container{
    text-align: center;
}
.form-group button:hover {
    background-color: #393a3c;
}

.contact-form-1app{
    width: 55%;
}
.form-container-1app{
    display: flex;
    justify-content: center;
    width: 100%;
}
@media  only screen and (max-width: 768px) {

    #title{
        font-size: 25px;
    }

    

    .contact-form-1app{
        width: 95%;
    }
}

@media  only screen and (max-width: 425px) {

    #title{
        font-size: 22px;
    }

}