.page-articles{
    min-height: 120vh; 
    width: 100vw;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 300;
    font-size: calc(8px + 0.8vw);
    line-height: 1.8em;
}

.page-articles-main-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    min-height: 80vh; 
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    text-align: center;
    opacity: 0.85;
}

.page-articles-bottom-bar{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    background: black;
}

.page-articles-bottom-bar-column{
    margin: 25px;
}