.page__logo--space-main {
  left: 50%;
  margin-left: -50px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 10;
}

.page__logo--space-main:hover {
  transform: scale(1.08);
}

.scroll-hint {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  position: absolute;
  width: 98px;
  height: 30px;
  left: calc(50% - 98px / 2);
  top: 987px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}