@font-face {
    font-family: "Computer Modern";
    src: url('./fonts/cmunrm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Computer Modern";
    src: url('./fonts/cmunbx.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Computer Modern";
    src: url('./fonts/cmunti.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body { 
    line-height: 1.4;
    font-size: 18px;
    padding: 0 10px;
    margin: 20px auto;
    max-width: 650px;
    font-family: "Computer Modern", serif;
    text-align: justify;
}

li {
    text-align: left;
}

img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 55vh;
}

#maincontent {
    max-width: 42em;
    margin: 15px auto;
    margin-top: 30px;
}