#cookie-law { 

    max-width:100%;

	background:#ffffff; 

	opacity: 95%;

	font-family: "", sans-serif;

	position:fixed; bottom:0; right: 0; left: 0;

	z-index: 9999;

	border-top:ridge #ffaa17ab;

}

#cookie-law p { 

    padding:5px; 
    text-align:center; 
	color:#1a1308; 
	margin-right: 2%;
}

@media (max-width: 575px) {
	#cookie-law p {
		text-align: justify;
	}
}

#cookie-law button {

	color: #000000c9;
	background: #ffaa17ab;
	border-radius: 1%;
	height: 70%;
	border-color: black;
	font-size:medium;
	font-family: "Rajdhani", sans-serif;
}

#cookie-law div {
	text-align: center;
	margin-bottom: 1%;
}
@media (max-width: 575px) {
	#cookie-law div  {
		text-align: center;
		margin-bottom: 2%;
	}
}