html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
/*    font-family: 'Montserrat', sans-serif;  default font for the body */
}

main {
    flex: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900; /* Montserrat Black */
    color: #035281;
}

footer {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 10px 0;
}
