:root {
  --primary-color: rgb(97, 3, 3);
}

.navbar-item img {
  max-height: fit-content !important;
}

a.navbar-item {
  color: var(--primary-color);
}

a.navbar-item footer {
  border-top: 1px solid rgb(97, 3, 3);
}
