.header {
    font-family: Metropolis;
    font-weight: 900;
    font-size: 40px;
    color: #133662;
    line-height: 59px;
    letter-spacing: -0.9px;
    margin: auto;
    text-align: center;
}

.header2 {
    background-image: url("../img/header2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -75px;
    background-position-x: 30px;
}

.main {
    background-image: url("../img/Rectangle.svg");
    background-repeat: no-repeat;
    background-position: bottom -200px right 0;
}

.header1.active {
    color: #0E56AF;
}

.header1 {
    font-size: 1rem;
    font-family: MetropolisBold, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 30px;
    color: #133662;
}

@media (max-width: 850px) {
    .header1 {
        display: none;
    }
}
