#cookies{
	width: 100%;
	position: fixed;
	bottom: 0;
	color: white;
	background-color: rgba(0,0,0,0.7);
	z-index: 2;
	display: none;
}
.cookies{
	min-height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.cookies a{
	color: yellow;
}

#cookies-btn{
	border-radius: 5px;
	cursor: pointer;
	border: 2px solid white;
	background-color: black;
	color: white;
}

@media(max-width:2048px){
	.cookies{
		padding: 30px 0;
	}
}
