html {
  scroll-behavior: smooth;
}

.back-to-top {
  background: #333333;
  position: fixed;
  bottom: 40px;
  right: 60px;
  padding: 1em;
  z-index: 100;
}