.cabecalho{
    padding-top: 250px;
    padding-bottom: 100px;
    background: url(../img/contato.jpg) fixed;
    background-size: cover;
    background-position: center;
}

.cabecalho h2{
    color: #fff;
    font-weight: bold;
    font-size: 50pt;
    text-shadow: 2px 2px #000;
}

.contato{
    padding: 50px;
}
