.footer-copyright {
  background: white;
  color: #636363;
  display: flex;
  flex-wrap: wrap;
  grid-area: copyright;
  justify-content: center;
  list-style: none;
  padding: 1rem;
}

.footer-copyright li {
  font-size: 14px;
  font-weight: bold;
  margin-right: 12px;
  white-space: nowrap;
}

.footer-copyright li a {
  color: #636363;
  width: fit-content;
}
