.categoryResume{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.categoryTitle{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.categoryName{
    font-family: 'Urbanist_Bold';
    font-size: 1.5em;
}

.categoryDescription{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-family: 'Urbanist_Regular';
    /* width: 80%; */
}


.categoryIcon{
    font-size: 70px;
}

.content > a {
    color:black;
}