@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600|Open+Sans:300,400,600');

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Muli, Arial, Helvetica, Sans-Serif;
    color: #0070a4;
    font-weight: 400;
    margin: 10px 0;
    padding: 2px 0;
}

h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin: 10px 0 20px 0;
    font-weight: 600;
}

h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
}

h3 {
    font-size: 1.9rem;
    line-height: 2.3rem;
}

h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
}

h5 {
    font-size: 1.7rem;
    line-height: 2.1rem;
}

h6 {
    font-size: 1.6rem;
    line-height: 2.0rem;
}

body, p, a, td, th, li {
    font-family: Muli, Arial, Helvetica, Sans-Serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #555;
}

p {
    margin: 10px 0;
    padding: 5px 0;
}

div {
    text-align:center;
    margin-top:40px;
    padding:0 20px;
}
img {
    width:100%;
    max-width:400px;
}