#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
	background-color: #00e5ba;
	color: #212529;
	border: none;
	text-align: 
		center;
  }

#cb-cookie-banner a{text-decoration: underline;}

#cb-cookie-banner p{ max-width: 750px; width: 100%; margin:0 auto;}

#cb-cookie-banner button{ background-color: #473399; color: #fff;    margin: 5px;}
