#market {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	padding: 0.6rem 1.2rem;
	border-radius: 25px;
	font-weight: 500;
	font-size: 0.95rem;
	background: linear-gradient(45deg, #FF0000FF, #7A0000FF);
}

#market:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}
