main h2,
h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    color: #8a4421;
}

p {
    text-align: center;
    font-size: 10px;
    margin-top: -30px;
    margin-bottom: 50px;
    color: gray;
}

label {
    color: #917A60;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
}

.contact-us-container {
    margin: 20px auto 20px;
    background-color: #F6F3F0;
    border-radius: 10px;
    display: block;
    padding: 5px;

}

.row {
    content: "";
    display: table;
    clear: both;
    padding-top: -30px;
    padding-left: 30px;
    padding-right: -15px;
    width: 100%;
    margin-top: -30px;
    height: 100px;
}

.column {
    float: left;
    width: 33%;
    align-content: stretch;
}

.submit-btn-container {
    display: block;

}

#description-row {
    height: auto;
}

#name,
#email,
#phone {
    width: 90%;
    height: 30px;
    margin-top: 10px;

}

#subject {
    width: 290%;
    height: 30px;
    margin-top: 10px;
}

#description {
    width: 290%;
    height: 200px;
    resize: vertical;
    margin-top: 10px;
}

#submit-btn {
    margin: 10px 0;
    width: 95px;
    height: 40px;
    padding: 5px;
    margin-right: 35px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color: #8a4421;
    cursor: pointer;
    float: right;
    position: relative;
}