.back-button {
	color: white;
	background-color: black;
	text-decoration: none;
	font-size: .8rem;
	border: none;
	border-radius: 20px;
	box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.1);
	padding: 0.6rem 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	position: fixed;
	top: 2rem;
	left: 1rem;
}