.scrollToTop {
  
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}
.scrollToTop:hover {
  text-decoration: none;
}