:root {
    --basker: 'Libre Baskerville', serif;
    --prata: 'Prata', serif;
}

.page-title {
    height: 180px;
    background-image: url("../img/contact-form-background.jpg");
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    padding: 0 15px;
}

.page-title h1 {
    font: 700 40px/40px var(--basker);
    letter-spacing: 2px;
    line-height: 44px;
}
