.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2rem;
  text-align: center;
  padding-top: 0.3rem;
  background-color: var(--dark);
  color: white;
}
