
li::marker {
    content: '› ';
}


.page_penal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    gap: 5vh;
}


.article_category {
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 1vh;
}

.title_article {
    font-weight: 900;
    font-size: 1.3rem;
}

.gap_articles {
    display: flex;
    flex-direction: column;
    gap: 0.5vh;
}

.article_lists {
    margin-left: 1rem;
}

.sub_article {
    text-decoration: black 2px underline;
}

.sub_lists_articles {
    margin-left: 3rem;
    margin-top: 0.5rem;
    width: 95%;
}