.back-to-top {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
}

.back-to-top .icon {
  transform: rotate(-90deg);
}