.get_in_touch{
    padding-top: 190px;
    text-align: center;
    background-color: #F5F5DC;
    padding-bottom: 30px;
}
.get_header{
    font-size: 30px;
    color: #E2725B;
}
.contact_information{
    text-align: center;
}
.form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.form input{
    width: 100%;
    height: 30px;
    margin-top: 15px;
    border: 1px solid gray;
    border: none;
    border-bottom: 1px solid black;
    font-size: 16px;
    padding: 5px;
    outline: none;

}
.form textarea{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.form button{
    width: 100%;
    margin-top: 10px; 
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #E2725B;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}
.generally_get_in{
    background-color: #F5F5DC;
    padding-bottom: 100px;
}
.form button a{
    color: white;
    text-decoration: none;
}
.form_body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    margin: 0 auto; 
    background-color: white;
    width: 50%;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
}
.contact_information a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.589);
}
.contact_information a:hover{
    color: #025925;
}
.form textarea{
    color: gray;
    outline: none;
}
.get_content{
    color: rgba(0, 0, 0, 0.604);
}
.contact_information{
    color: rgba(0, 0, 0, 0.589);
}