.d-none{
   display:none;
}

.cookiespop {
   position: fixed;
   align: center;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1000;
   background-color: black;
   text-align: center;
   padding: 20px;
}

.cookiespop button {
	background-color: white;
	margin-left: 50px;
}