.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #ffffff;
			background-color:#772432;
			font-size: 12px;
			padding: 7px;
			width:35px; 
			height:35px;
			display: none;
			border-radius:50%;
			margin:0px 6px;
			text-align:center;
			z-index:100000;
			
		}

.back-to-top:hover {	
			background-color:#772432;
			color:#ffffff;
			}