.scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 10px;
  color: white;
  background: transparent;
}

html{
  scroll-behavior: smooth;
}