.footer {
  padding: 2rem 1rem;
  width: 100%;
  max-width: 35rem;
  margin-inline: auto;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__link {
  font-weight: 600;
  color: #fff;
  text-decoration-line: underline;
}

.footer__logo {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  rotate: 90deg;
  translate: 1rem 2rem;
}

.footer__copyright {
  text-decoration: underline;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 2rem;
  display: block;
}
