body {
    font-family: "Inconsolata", monospace;
    overflow:hidden;
}

#header {
    line-height: 3px;
    padding: 1rem;
    border: 1px black solid;
    width:1000px;
    box-sizing:border-box;
    border-bottom:none;
}

.main {
    width:1000px;
    height: 800px;
    border: 1px black solid;
    box-sizing:border-box;
    display:flex;
    overflow:hidden;

}

.sidebar {
    box-sizing:border-box;
    width:200px;
    height:800px;
    border-right:1px solid black;
    padding:0;
    margin:0;
}



.sections {
    box-sizing:border-box;
    width:200px;
    height:800px;
    border-right:1px solid black;
    padding:0;
    margin:0;
}

.sections ul {
    list-style:none;
    box-sizing:border-box;
    padding-top:1rem;
    padding-left:0;
    margin:0;
    display:none;
}

.sections ul button {
    margin:8px;
}


.sections ul button::after {
    content:' ! still empty'
}
.all-entries article {
    padding-bottom:15rem;
}

article #entry-date{
    line-height:0;
}

article h1{
    line-height:0;
}

article {
    margin-left:15px;

}

article p{
    margin-right:25px;

}

.content-display{
    overflow-y: none;
    overflow-x:hidden;
}


.journal-index{
    box-sizing:border-box;
    margin:0;
    padding:1rem;
}