header{
border-bottom: 1px solid green;
}

main{
padding-bottom: 5.75rem;
}

p, h1, h2, h3, figcaption, input, .selected, footer p {
color: green;
}

.menu-nav {
background-color: green;
}

.menu-nav h3 {
color: rgb(251,251,251);
}

li.border{
border-bottom: 1px solid green;
}

.future-entries {
min-height: calc(100vh - (5.5rem - 1px));
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

.past-entries {
min-height: calc(100vh - (5.5rem - 1px));
}

.future-entries li.border:first-of-type{
padding-top: 0rem;
}

.past-entries {
border-top: 1px solid green;
}

