.show-link-container {
    display: 'flex';
    justify-content: 'center';
}

.show-categories-link {
    font-weight: 'bold';
    text-align: 'center';
    font-size: '20px';
    max-width: '600px';
    position: 'relative';
}

.left-line {
    content: '';
    display: 'block';
    width: '30em';
    height: '1px';
    background: '#000';
    margin-top: '12px';
    margin-right: '12px';
}

.right-line {
    content: '';
    display: 'block';
    width: '30em';
    height: '1px';
    background: '#000';
    margin-top: '12px';
    margin-left: '12px';
}

.categoriesContainer {
    justify-content: 'start';
}

.show-link-container {
    margin-bottom: '1em';
}
@media (max-width: 768px) {
    .categoriesContainer{
        margin: 3% 0% !important; 
    }
    .category{
        margin: 0.5em 0em !important; 
    }
    #category-container-header {
        margin-left: 0% !important;
    }
    .home-topArticles-container{
               margin: 10% 3% !important;
    }
}
@media only screen and (max-width: 932px) and (orientation: landscape){
.home-topArticles-container{
    margin-top: 38px !important;
}
}