.cookie-banner{
	position: fixed;
	bottom: 0;
	z-index: 9999999999;
	background-color: #a0d2f2;
	left: 10px;
	right: 10px;
	padding: 10px;
	border-radius: 5px;
	flex-direction: row;
	display: none;
}
@media (max-width: 760px) {
	.cookie-banner {
		left: 0px;
		right: 0px;
	}
}
.cookie-text{
	padding: 0 15px;
}
.cookie-buttons{
	display: flex;
	flex-direction: column;
	align-self: center;
	row-gap: 10px;
}