.footer {
  display: flex;
  height: 5vh;
  width: 100%;
  background-color: var(--main);
  justify-content: flex-end;
  align-items: center;
}

.footer-content {
 color: white;
 padding-right: 1.5rem;
}