<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.close-site-btn {
	background: #fff;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 1000;
	display: flex;
	align-content: center;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	border-radius: 40px;
	padding: 1rem;
	transition: .5s border;
	font-weight: 500;
	text-decoration: none;
	transition: .5s box-shadow;
            font-size:.8rem;
}

	.close-site-btn:before {
		font-family: "Font Awesome 6 Pro";
		display: flex;
		content: "\e433";
		margin-right: .5rem;
		color: #9e3109;
          font-size:1.1rem;
	}


	.close-site-btn:hover {
		border: 2px solid #9e3109;
		text-decoration: none;
		box-shadow: 0 0.5em 0.5em -0.4em #9e3109;
	}

</pre></body></html>