label {
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: .875rem;
    margin-bottom: 8px;

}

input, textarea {
    border-radius: 0 !important;
    padding: 12px 16px;
    margin-bottom: 32px;
    background-color: #EEEEEE !important;
    border-color: rgba(115, 140, 156, 0.5) !important;
}

input {
    height: 45px !important;
}

#contact-form > form > div > button {
    border-radius: 0 !important;
    font-family: Poppins,Arial,Helvetica Neue,Helvetica,sans-serif;
    letter-spacing: 2px;
    background-color: rgb(115, 140, 156);
    border-color: rgb(115, 140, 156);
    font-size: .8125rem;
}

#contact-form > form > div > button:hover {
    background-color: rgb(78, 96, 107);
    border-color: rgb(78, 96, 107);
}

.h1, h1 {
    text-transform: UPPERCASE;
    margin-bottom: 32px;
}