.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #fff;
			background-color:#40C2C6;
			width: 30px;
			height: 30px;
			border-radius:15px;
			font-family: Arial, Verdana;
			font-size: 18px;
			padding:  5px;
			display: none;
			text-align:center;
			margin:0px 6px;
			
		}

.back-to-top:hover {	
			background-color:#ED1B24;
			color:#fff;
			}