body {
    font-family: Titillium Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    color: #666;
    background-color: #ffffff;
}   

h1 {
    font-size: 2.25rem;
    line-height: 1.1875;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #2f2f63;
}

p {
    font-size: 1rem;
    line-heigt: 1.4;
}

a {
    color: blue;
    text-decoration: none;
}

