﻿body {
    margin-top: 10px;
    font-family: 'Montserrat';
    background-color: #f9f9f9;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    color: #03a0d7;
    margin-top: 30px;
    margin-bottom: 20px;
}

a {
    color: #03a0d7;
    text-decoration: none;
    
}

    a:hover {
        text-decoration: underline;
        text-underline-offset: 6px !important;
    }

b {
    color: #03a0d7;
}

footer
    {
    font-size: 0.75em;
    }
    footer h6 {
        color: black;
        margin-bottom: 6px;
        font-size: 1.1em;
    }
