.backtotop {    position: fixed;    z-index: 1;    width: 170px;	height: 35px;    top: 12px;    right: 2%;	background-image: url("../images/starfield.jpg");    overflow-x: hidden;	overflow: hidden;    padding: 8px 0;    border-radius: 30px;}.backtotoptext {	color: #8888FF;	float:right;	background-color: Black;}.backtotop a {    padding-top: 6px;    padding-bottom: 6px;	padding-right: 6px;	padding-left: 6px;    text-decoration: none;	color: #8888FF;	background-color: Black;    font-size: 1.5rem;    display: block;	text-align: center;	margin-left: 0;}