.rounded-10 {
  border-radius: 10px !important;
}

.border-bottom {
  border-bottom: 1px solid black;
}

.border-l-rounded {
  border-radius: 10px 0px 0px 10px;
}

.invert-1 {
  filter: brightness(0) invert(1);
}

.footer-links .icon-footer {
  width: 35px !important;
  height: 35px !important;
  filter: brightness(0) invert(1);
  padding-right: 5px;
}