footer {
  width: 100vw; /* ensures that the footer always fills the browser window */
  background-color: var(--accent-color-dark);
  color: var(--accent-text-color);
}