body{
    overflow-x: hidden;
}
.contact h1{
    text-align: center;
    margin-bottom: 8px;
    padding: 8px;
    font-weight: bolder;
}

.form-content input[type=text],
.form-content input[type=password],
.form-content input[type=email],
input[type=number],
.form-content select {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    border: 1px solid #dbd0d0;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.form-content textarea {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    border: 1px solid #dbd0d0;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
    height: 150px;

}

.form-content textarea::placeholder {
    color: gray !important;
    margin-left: 10px !important;

}

#touch {
    padding: 71px;
    height: 652px;
    background-color: rgb(47, 108, 92);
    color: white;
    width: 400px;
}

#touch p,
a,
h2 {
    color: white;
}
.fa{
    font-size: 25px;
}


#submit {
    background: rgb(47, 108, 92);
    border: none;
    outline: none;
    margin-left: 40%;
    color: white;
}