

.contact {
    /* border: 3px solid black; */
    margin-bottom: 400px;

    display: flex;
    /* justify-content: center;
    align-items: center; */
    justify-content: center;
    padding: 10px;
    /* gap:20px; */
}

form, iframe{
    padding: 10px;
}

@media (max-width: 800px){
    .contact{
        flex-direction: column;
        margin: 430px 4% 400px;
    }

    iframe{
        margin-top: 50px;
        width: 100%;
    }
}

@media (min-width: 800px){
    .contact{
        flex-direction: row;
        margin: 430px 30px 400px;
    }

    form{
        width: 50%;
    }
}




textarea, input[type=text], input[type=tel], input[type=email], #button {
    /* padding: 10px;  */
    border-radius: 15px;
    border: 4px solid pink;
    /* margin: 10px; */
}

#button {
    scale: 200%;
    width: 30%;
    margin-top: 30px;
}

.button {
    /* border: 2px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}



.form-flex {
    display: flex;
    flex-direction: column;
    /* width: 500%; */
}