a#btnCookies{
	position: fixed;
	z-index: 99999;
	bottom: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 30px;
	cursor: pointer;
	color: #cccccc;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

a#btnCookies:hover{
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	color: #aaaaaa;
}