footer {
  color: var(--primary-container-text);
  background-color: var(--secondary-bg);
  padding: 20px;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}

footer a {
  color: inherit;
  text-decoration: none;
}