.scroll-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: #0f172a;
  color: #fff;
  cursor: pointer;
}

.scroll-lock {
  overflow: hidden;
}
