.brand-name {
    color: beige;
}

.heading h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px !important;
    color: #109de352 !important;
    margin-bottom: 0px;
}

#active-link:before {
  content: "\2022"; /* Unicode bullet character */
  color: #4CAF50; /* Green color for the bullet */
  margin-right: 5px; /* Add some space between the bullet and the text */
}