#Copyright {
  width: 100%;
  padding: 0.5rem;
  background: var(--white);
  display: flex;
  justify-content: space-between;
}
#Copyright h3 {
  height: 100%;
  font-family: "albert sans";
  color: var(--navy);
  text-align: center;
  align-content: center;
  font-weight: 300;
  font-size: 1rem;
}
#Copyright h3:first-child {
  text-align: left;
}
#Copyright h3:last-child {
  text-align: right;
}

@media all and (min-width: 1400px) {
  #Copyright {
    justify-content: center;
    gap: 1200px;
  }
}
