@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    box-sizing: border-box;
}

.hero {
    display: flex;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    background-color: #055e88;
    background-position: center;
    justify-content: center;
    align-items: center;
    background-size: cover;
    text-align: center;
    color: #FFF;
}

img {
    -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(5,94,136,0.08));
    pointer-events: none;
}


.content h1 {
    font-size: 4.5vw;
    letter-spacing: 0.02em;
    font-weight: 300;
    text-align: center;
    outline: none;

}

.content h2 {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    font-weight: 100;
    text-align: center;
    outline: none;
    padding-bottom: 1em;

}

.content h1 span {
    font-weight: 700;
}
