h1, h2, h3, h4, h5, h6 {
    color: #6f61d3;
}
footer.container-footer {
    background-color: #191E1E;
    color: white;
}

ul {
    list-style-type: disc; /* Sets the bullet style */
    margin-left: 1rem;
    padding: 0;
    overflow: visible !important;
}

li {
    margin-bottom: 5px; /* Adds space between list items */
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
} 