body {
    background-color: #1042ab;
    color: white;
    text-align: center;
}
h1 {
    font-family: "Hero New Super";
    font-size: 8.4em;
    color: white;
}
h2 {
    font-family: "Hero New Light";
    font-size: 2.2em;
    color: white;
}
h3 {
    font-family: Hero new bold;
    font-size: 2em;
    margin: 2em auto;
}
h3 i {
    margin-right: 1em;
    font-size: 1em;
    vertical-align: top;
}
a.btn-blanc {
    font-family: "Hero New Bold";
    font-size: 1em;
    color: white;
    padding: 0.8em 1.5em;
    border: 2px solid white;
    background-color: #1042ab;
    border-radius: 0;
    margin: 1em auto;
    display: block;
    width: max-content;
}
a.btn-blanc:hover, a.btn-blanc:focus {
    background-color: white;
    border-color: #1042ab;
    color: #1042ab;
}

p {
    font-family: "Hero New Light";
    font-size: 1.4em;
    width: 80%;
    margin: 1.5em auto;
}
p a, p span {
    color:#191d3a;
}
.footer, .footer span {
    text-align: center;
    margin-top: 9em;
    font-size: 1em;
    color:#fff;
}