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

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.container {
	width: 76% !important;
	/* min-width: 1427px; */
	height: auto;
	margin: 0 auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
    .container {
	width: 100% !important;
	/* min-width: 1427px; */
	height: auto;
	margin: 0 auto;
}
}
</pre></body></html>