#scrollup{
  background: url('../../img/backtotop.png') no-repeat;
  width: 40px;
  height: 40px;
  position:fixed;
  bottom:50px;
  right:20px;
  display:none;
  text-indent:-9999px;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s;
  box-shadow: 0px 2px 15px black;
}

#scrollup:hover {
  box-shadow: 0px 2px 5px black;
}
