section h3{
    padding-left: 20px;
}

.quote {
    padding-left: 20px;
}

.contactform {
    text-align: center;
}

input {
    width: 300px;
}

textarea {
    width: 300px;
    height: 150px;
}

hr {
    height: 12px;
    background: black;
}

.btn {
    background: black;
    color: white;
    font-weight: bold;
    width: 100px;
}

@media(max-width: 800px){
    .containerform {
        margin-top: 150px;
    }
}