
/* css for monthly highlights 2017-2020 */

body {
    background-color: white;
    color: black;
    font-family: sans-serif; /* more readable on computer screens than serif fonts */
    font-size: medium;
}

#all_content { /* div jello layout */
    width: 800px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

p {
    line-height: 1.5em;
    margin-top: 1em; /* default value */
    margin-bottom: 1em; /* default value */
}

h1 {
    font-size: 95%;
    font-weight: bold;
    border-bottom-style: solid;
    border-width: thin;
    margin-top: 1.8em;
    margin-bottom: -0.5em; /* to be closer to h2 element */
    margin-left: 0.5em;
}

h2 {
    font-size: 140%;
    font-weight: lighter;
    margin-top: 0.85em;  /* default value: 0.83em; */
    margin-bottom: -0.5em; /* to be closer to p element */
}

em {
    /* default value, font-style: italic; */
}

a {
    /* default values */
    /* check default: https://www.w3schools.com/cssref/css_default_values.asp */
}

h2 a { /* select all a elements inside h2 elements */
    color: black;
}

br {
    /* default value: none; */
}

ul {
    list-style-type: circle;
    line-height: 1.3em;
}

li {
    /* default value, display: list-item; */
}
