h2 {
    font-family: Arial;
    font-size: 21pt;
    text-align: center;
}
.contact {
    background-image: url(/view/img/contact_img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 260px;
    width: 690px;
    margin: auto;
    color: white;
    font-family: Arial;
    font-size: 16pt;
    padding: 40px;
}
.contact a {
    color: white;
    font-family: Arial;
    font-size: 16pt;
}
.left {
    float: left;
    margin-right: 10px;
    width: 40px;
}
.contact_social {
    margin-top: -7px;
}
.clear {
    padding: 15px;
}
.contact p {
    margin-top: 40px;
}