

.collection-item i {
    color: #e50914 !important;
}


.red {
    background: #e50914 !important;
}

.collection-item:hover{
    background-color: #dddddd !important;
}

.list-disc {
    padding-left: 40px !important;
    list-style-type: disc !important;
}
.item-list-disc {
    list-style-type: disc !important;
    text-align: justify !important;
}
.list-decimal {
    padding-left: 40px !important;
    list-style-type: decimal !important;
}
.item-list-decimal {
    list-style-type: decimal !important;
    text-align: justify !important;
}

.list-upper {
    padding-left: 40px !important;
    list-style-type: upper-latin !important;
}
.item-list-upper {
    list-style-type: upper-latin !important;
    text-align: justify !important;
}
.list-roman {
    padding-left: 40px !important;
    list-style-type: upper-roman !important;
}
.item-list-roman {
    list-style-type: upper-roman !important;
    text-align: justify !important;
}

p{
    text-align: justify !important;
}