body {
    width: 100%;
    height: 1000px;
    background: url(../img/main/main-foto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Montserrat;
}
.header h1 {
    text-align: center;
    font-weight: bold;
    font-size: 22pt;
    color: #fff;
    margin-top: 2em;
}

.header h2 {
    text-align: center;
    margin-top: 2em;
    font-size: 18pt;
    text-shadow: 1px 1px #000;
}
.header h2 a {
    color: #ffffff;
}

@media(max-width: 835px) {
    .header h1 {
        font-size: 18pt;
    }

    .header h2 {
        font-size: 16pt;
    }
}