
		.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: lightgrey;
			font-size: 12px;
			padding: 1em;
			display: none;
			border-radius: 100%;
			margin: 0px 8px 0px 0px;
		}

		.back-to-top:hover {	
			background-color: rgba(135, 135, 135, );
		}	