#pageTop {
  position: fixed;
  bottom: 50px;
  right: 15px;
}
 
#pageTop i {
  padding-top: 4px;
    padding-right:8px;
}
 
#pageTop a {
  display: block;
  z-index: 9999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color:#fff;
  color: darkblue;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
    box-shadow: 2px 2px 2px navy;
    
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}