.contact {
    width: 90%;
    margin-top: 2rem;
}
.contact h1{
    font-size: 1.5rem;
	border-bottom: 2px solid rgb(126, 112, 77);
	width:fit-content;
	margin: 0 auto;
}
.contact > p {
    line-height: 4rem;
}
.contact > form {
    text-align: center;
}
.contact > form > p {
    margin-bottom: 1rem;
    text-align: left;
}
.contact > form > p > input {
    width:100%;
    height: 2rem;
    border-radius: 8px;
    border: 1px solid #888;
}
.contact > form > p > textarea {
    width:100%;
    border-radius: 15px;
    border: 1px solid #888;
    resize: none;
}

.contact_submit {
    width: 12rem;
    height: 3rem;
    color: #ddd;
    background-color: #555;
    border: none;
    border-radius: 8px;
    margin: 2rem auto;
}

.complete {
    margin-top: 2rem;
    text-align: center;
}

.complete h1 {
    margin: 1rem auto;
}
@media (max-width:900px) {
    input {
        font-size: 16px;
    }
}