.Footer {
  position: relative;
  padding: 25px 25px 120px;
  background-color: var(--clr-grayDark);
}@media screen and (min-width: 769px) {.Footer {
    padding: 25px;
}
  }

.Footer-logo {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.Footer-toTop {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 100px;
}

@media screen and (min-width: 769px) {

.Footer-toTop {
    bottom: 30px;
}
  }
