html, body {
    font-size:20px;
    color:#393939;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    scroll-behavior: smooth; 
    background-color: #FFF;    
    -webkit-text-size-adjust: none;
}

h1, h2, h3 {
    font-size: 32px;
    font-weight: 400;
    clear: both;
    line-height: 1.2;
}

h1 {
    color: #000;
    font-size:78px;
    padding: 20px 90px !important;
    font-weight: 700;
    background-color: #FFF;
    mix-blend-mode: screen;
}

h2 {
    margin-bottom: 60px !important;
}

section {
    max-width: 900px;
    margin: auto !important;
    padding: 120px 30px !important;
    box-sizing: border-box;
}

section p {
    margin-bottom: 40px;
}

section p:last-of-type {
    margin-bottom: 0;
}

header {
    background-color: #000080;
    background-image: url(header.jpg);
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

footer {
    background-color: #000080;
    text-align: center;
    color: #FFF;
    font-size: 12px;    
}

footer h3 {
    margin-bottom: 10px;
}