#page-content{
    display: flex;
    flex-direction: column;

    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

#page-content .title{
    text-align: center;
    font-size: 24px;
}

#page-content .subtitle{
    font-size: 22px;
    margin-bottom: 0px;
}


#page-content .section{
    border: 1px solid black;
    width: 100%;
    margin: 10px 0 10px 0;
}

#page-content .section .centered{
    width: fit-content;
    margin: 30px 0 30px 10%;
}

.citation::before{
    content: "\00AB";
}

.citation::after{
    content: "\00BB";
}

.centered-text{
    text-align: center;
}