/* Justify all text*/
body {
    text-align:justify;
}


table.align-center {
    margin-left: auto;
    margin-right: auto;
}

/* Change font style of legend */
.legend{
    font-style: italic;
}

/* Change style of Edit on Github */
.fa-github{
    font-size: smaller;
}

/* Make everything in italic*/
.italic {font-style: italic;}