footer {
  align-items: center;
  background-color: #232323;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  width: 100%;
  z-index: 1;
}

.copyright {
  bottom: 0;
  color: white;
  font-size: 0.7rem;
}
