.scrollToTop{ width: 40px; height: 40px; padding: 8px; text-align: center; background: #fff; font-weight: bold; color: #4d305b; text-decoration: none; position: fixed; bottom: 60px; right: 30px; display: none; border: 2px solid #4d305b; }
.scrollToTop:hover{
	text-decoration:none;
  background: #4d305b;
  color: #fff;
}
