.toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-image: url("../imgs/top.png");
  background-size: contain;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10000;
}
