
body {
    font-family: 'Nunito Sans', sans-serif;
    color: #140A09;
    font-size: 14px;
}
h1 {
    font-size: 30px;
    font-weight: 800;
    color: #004B64;
    margin: 0 0 20px;
}
h2{
    font-size: 22px;
    font-weight: 800;
    color: #004B64;
    margin: 0 0 10px;  
}
p {
    font-size: 14px;
    margin: 0 0 10px;
}
.clear {
    clear: both;
}
a {
    font-weight: 600;
    color: #004B64;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}