/* Place your CSS styles in this file */


body {
    background-color: cornflowerblue; 
    font-family: futura;
    max-width: 1000px;
    margin: auto;
}
/* as background-color --> tested: steelblue, royalblue, dodgerblue and cornflowerblue. Of which cornflowerblue and dodgerblue suit the best */

header {
    font-size: 300%; 
    text-align: center; 
    padding: 20px;
    /*color: #8B4513;*/
    color:  black;
}

h1, h2, h3, p, li {
    margin-left: 20px;
    color: black;
}

p {
    padding: 1rem; 
    text-align: justify;
    color: black;
}

a {color: black}




/* specific styles and classes */

.latstyle {font-variant: small-caps}