<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.container{
	margin:60px auto;
}

/*nav*/
.demo a{color: #fff;text-decoration: none;}
.demo{width: 100%;height: 500px;padding-bottom: 1.2em;}
.demo a,button{display: inline-block;margin: 0.5em; border:none; cursor:pointer;}
.demo a:hover,button{}
.demo a.current{}

.center{text-align: center;}</pre></body></html>