.orange {
  color: #CC3300;
}

.active-link {
  background: #CC3300 !important;
  border-radius: 4px;
  transition: background-color 0.5s ease;
}

a {
  cursor: pointer;
}
