

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

div.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
    text-align: center;
}

p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
}

h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
}

h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
}

a {
    color: #00539F;
    text-decoration: none;
}

img {
    width: 100%;
}

section.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

section.header img {
    height: 100px;
    width: auto;
    aspect-ratio: 4.165217391304348;
}



section.header a {
    background-color: #00539F;
    color: #ffffff;
    border-radius: 100px;
    padding: 14px 22px;
    display: inline-block;
    flex-grow: 0;
    font-weight: 500;
    white-space: nowrap;
}


@media only screen and (max-width: 800px)  {

    section.header {
        padding: 10px;
    }

    div.container {
        padding: 10px 10px;
    }

    section.header img {
        height: 50px;
    }

    section.header a {
        font-size: 14px;
        padding: 8px 14px;
    }

    p {
        font-size: 17px;
        line-height: 1.3;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }
}


@media only screen and (max-width: 405px)  {


    section.header img {
        height: 40px;
    }

}

@media only screen and (max-width: 345px)  {


    section.header img {
        height: 30px;
    }

}