#nav-bar {
  padding: 0.625rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: flex-end;
  align-items: center;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.no-style {
  all: unset;
  background: none !important;
  border: none !important;
}

.no-style:hover {
  background: transparent;
  color: inherit;
}

.float-right {
  margin-inline-start: auto;
}

.float-left {
  margin-inline-end: auto;
}

.center {
  text-align: center;
}

.center img {
  display: block;
  margin: 1rem auto;
}
