#page_content {
    display: flex;
    flex-direction: column;
    margin: 2vh 0vw;
    width: 98vw;
    border-radius: 3px;
    color: white;
}

.footer_section {
    display: flex;
    flex-direction: column;
    margin: 0.5em;
    width: fit-content;
}

#page_content p {
    margin: .25em;
}

#page_content .header {
    margin: .7em .25em;
}