.text-justified{
    text-align: justify;
}
.text-left{
    text-align: left;
}


.ul-feature li{
    list-style-type: disc;
    padding: 5px;
}

.text-article-title{
    line-height: 2em;
    font-weight: bolder;
}

.p-8{
    padding: 8%;
}

.border-rounded{
    border-radius: 20px;
}


#shortcut-list{
    position: fixed;
    left: 0;
    top:12%;
    z-index: 1000;
    text-align: right;
}

#shortcut-list li{
    background-color: #f86a1e;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;

}
#shortcut-list a{
    color: white;
}
