section#footer {
  background: var(--primary-background);
  padding: 20px 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

section#footer .copyright img {
  width: 100px;
}

section#footer ul {
  list-style: none;
}

section#footer ul li > * {
  text-decoration: none;
  color: inherit;
}
