/* Structural CSS */


.content_spacing {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.footer_spacing {
    height: 70px;
    margin-top: auto;
}
