.cookie-notification-banner {display:none; position: fixed;bottom: 0;left: 0;width: 100%;background-color: #333;color: white;text-align: center; padding: 15px;justify-content: space-between;align-items: center;font-family: Arial, sans-serif;}
.cookie-notification-banner a{color:white;}
.cookie-notification-banner a:visited{color:white;}
.cookie-notification-banner .cookie-btn {background-color: #4CAF50;color: white;border: none;padding: 10px 30px;cursor: pointer;}
.cookie-notification-banner .cookie-btn:hover {background-color: #45a049;}