
/* CSS Document */

*{
	margin: 0;
}

#cookie-container {
	position:fixed;
	z-index: 2;
	botton:-100%;
	left:1%;
	right:1%;
	bottom: 1%;
	background: #2F3640;
	color:#F5F6FA;
	padding: 0 32px;
	box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
	font-size: 1.5rem;
	text-align: center;
	
	
}

#cookie-container .active {
	bottom: 0;
}
#cookie-container a{
	color:#F5F6FA;
	text-decoration: underline;
}

.cookie-btn {
background: #E84118;
border: 0;
color: #F5F6FA;
padding: 10px 24px;
font-size: 1.5rem;
margin-bottom: 6px;
border-radius: 8px;
cursor: pointer;
}
