body {
    margin:0;
    padding:0;

    background-color: #ffffff;
}



h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    font-family: "figtree", sans-serif;
    color:#00205b;
}

h1 {
    font-size:2.6rem;
    font-weight:900;
    line-height: 1.2;
}

h2 {
    font-size:2rem;
    line-height: 1.2;
    margin-bottom:1rem;
}

h3 {
    font-size:1.4rem;
    margin-bottom:1rem;
}

p {
    color: #545164;
}

.page-container {
    width:calc(100% - 2rem);
    max-width:1160px;
    margin:0 auto;
    padding: 0 1rem;
}

header {
    background-color: #fff;
    padding: 0 20px;
    text-align: center;
    padding-top:1rem;

    img {
        width:100%;
        max-width:320px;
        height: auto;
    }
}

main {
    img{
        max-width:320px;
        height: auto;
    }
}

@media (min-width: 768px) {

    h1 {
    font-size:4rem;
    font-weight:900;
    line-height: 1.2;
    }

    h2 {
        font-size:3rem;
        line-height: 1.2;
        margin-bottom:1rem;
    }

    h3 {
        font-size:2rem;
    }

}