.scrollBtn {
  padding: 5px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-footer);
  background: transparent;
  border: none;
  outline: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.scrollText {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  margin-right: 10px;
}

.arrowNav {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease-in-out;
  transform: rotate(-90deg);
}