#sep-bar {
    height: 20px;
    background-color: rgb(80, 80, 80);
}

#main-body {
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 12pt;
}

#content-container {
    min-width: 100px;
    max-width: 1000px;
    word-wrap:break-word;
    margin: 10pt;
    align-self: flex-start;
    background-color: white;
}
