ul {
    margin-bottom: 1rem!important;
    list-style: none;
    margin-left: 3rem;
}
ul > li{
    margin-bottom: .25rem !important;
    list-style-type: square !important;
}
ul > li::marker {
    color: var(--white);
}
h2{
    color: var(--green);
    margin-bottom: .5rem !important;
}
.file-link {
    color: var(--black);
    font-weight: 400;
}