.cookie-content {
	display: flex;
	position: fixed;
	bottom: 65px;
	background: #6BC2C2;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 3px solid #0F4273;
	transition: transform .3s ease-in-out;
	z-index: 3;
	right: 19px;
}


.cookie-content:hover {
  transform: scale(1.2);
  text-decoration: none;
}


.cookie-icon {
	font-size: 1.7rem;
  color: #6BC2C2;
  position: relative;
  top: 2px;
}