body {
    font-family: Arial, sans-serif;
 /*   font-family: 'Comfortaa', cursive;*/
    font-size: 1.1em;
}
a:link, a:visited, a:active {
    color: #2c85c6;
}

a:hover {
    color: #0262ad;
    text-decoration: none;
}
@media (min-width: 576px) {
    body {
        font-size: 1.3em;
    }

}
