/****************************/
/*********** IDs ************/
/****************************/

#rowSuperIndex {
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 80vw;
    text-align: center;
    column-gap: 25px;
    row-gap: 25px;
    padding-bottom: 25px;
}

#containerNavigation {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 250px;
    max-width: 95vw;
    row-gap: 25px;
}

#containerNavigationCategory {
    max-height: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}

#containerMain {
    display: flex;
    flex-direction: column;
    width: 500px;
    row-gap: 25px;
}

#containerMainWelcome {
    
}

#containerMainRecent {
    height: 33.33%;
}

#containerAbout {
    height: 100%;
    width: 250px;
    max-width: 95vw;
}

@media only screen and (max-width: 600px) {
    #rowSuperIndex {
      max-width: 95vw;}
}  