<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.links {
	margin-top: 20px;
	width: 100%;
}

.links {
    float: right;
}

.links ul {
	display: flex;
	flex-wrap: wrap;
}

.links li {
	margin-right: 10px;
}

.links li a {
	display: block;
	color: #fff;
}</pre></body></html>