@charset "utf-8";
.contact {
    padding: 70px 0;
}
.contact h2 {
    margin-bottom: 18px;
    margin-top: 100px;
}
.contact-form h3 {
    margin-bottom: 5px;
}
input, textarea {
    font-size: 20px;
    width: 50%;
    margin-bottom: 10px;
    padding: 2px 4px;
}
.submit-button {
    width: 80px;
}
.footer {
    margin-top: 138px;
}