.footer {
  padding: 10px 20px;
  background-color: var(--main-color);
  color: white;
  text-align: center;
}

.footer a {
  color: var(--accent-color);
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}