main {
    background-color: #fdf7f5;
    align-items: center;
    display: flex;
    flex-direction: column;
}

h1 {
    font-family: 'NewYork';
    font-size: 50px;
    font-weight: 500;
    color: #6facbb;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.main_span {
    width: 100px;
    height: 3px;
    background-color: #edc7b4;
    margin: 0 0 30px;
    display: flex;
    
}

.contato_p {
    font-family: 'Work Sans';
    color: rgba(0, 0, 0, 0.521);
    font-weight: 500;
    font-size: 25px;
    display: flex;
    text-align: center;
/*     padding-bottom: 30px; */
}

/* .container_contato {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 70px;
} */

.form {
    display: flex;
    flex-direction: column;
}



.field {
    font-family: 'NewYork';
    background: transparent;
    color: rgba(0, 0, 0, 0.521);
    border-color: #edc7b4;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    font-size: 25px;
    margin-bottom: 20px;
    padding: 20px;
    outline: 0;
    
}

.textarea {
/*     width: 550px;
    height: 350px; */
    font-family: 'NewYork';
    background: transparent;
    color: rgba(0, 0, 0, 0.521);
    border-color: #edc7b4;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    font-size: 25px;
    margin-bottom: 20px;
    padding: 20px;
    outline: 0;
}

.button {
    display: flex;
    justify-content: end;
    
}

.btn {
    
    font-family: 'Work Sans';
    font-weight: 200;
    font-size: 28px;
    background-color: #6facbb;
    border-radius: 25px;
    border-style: none;
    color: whitesmoke;
    padding: 10px;
    cursor: pointer;
    border: 0;
    width: 200px;

    
}


.option:hover {
    background-color: #fdf7f5;
     
}

.btnHover:hover{
    background:#3588a1;
    color:#FFF
}

.btnHover:active{
    background:#3588a1;
    color:#FFF
}