.backToTop {
    position: fixed;
    bottom: 200px;
    right:0;
    width: 65px;
    display:none;
	padding: 0px;
	margin: 5px;
    opacity:0.5;
}

.backToTop:hover {
    opacity: 1;
}