


.consent-wrapper {
    position: fixed; 
    width: 100%; 
    height: 200px; 
    bottom: 0;
	z-index: 1000;
}

.consent {
	border-radius: 25px;
	background: #a6c1ed;
	padding: 20px; 
	width: 100%;
	height: 200px;  
	z-index: 1000;
}

.align-button {
	text-align: center;
	border: 0;
}

