<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.contact {
	list-style: none;
	margin-bottom: 30px;
}

.container {
	left: 0;
	height: 450px;
	margin-top: -225px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.dolibarr {
	display: inline-block;
	margin-bottom: 40px;
}

.dolibarr img {
	max-width: 150px;
}

.expertise {
	list-style: none;
	margin-bottom: 30px;
}

.logo {
	margin-bottom: 50px;
}
</pre></body></html>