body {
    font-family: "Times New Roman", serif !important;
}

ul.table-of-contents {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    column-count: 2;
}

ul.table-of-contents li {
    margin: 12px;
}

.justify {
    text-align: justify;
}

.table-of-contents-letter {
    font-size: 2em;
}

h1 {
    font-size: 4vw !important;
    color: crimson;
}