body {
  font-family: system-ui;
  font-size:1.8em;
  overflow-x:hidden;
}

hr {
	border: none;
	height: 1px;
	color: #9d9d9d;
	background-color: #9d9d9d;
}

.bg-lightgrey {
	background-color: #ededed;	
}

.container {
	min-height:600px;
}

@media (min-width:767px) {
	.border-logo {
		border: 1px solid black;
		border-radius: 12px;
	}
}


#cookieConsentBanner {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    z-index: 1000;
}
#cookieConsentBanner button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}
#cookieConsentBanner button:hover {
    background-color: #0056b3;
}
