@media (prefers-color-scheme: dark){
		body {
			background:#000
		}
	}
	body{
		margin:1em auto;
		max-width:48em;
		padding:0 .62em 3.24em;
		font:1.0em/1.62 sans-serif
	}
	h1,h2,h3 {
		line-height:1.2
	}

        .title {
            font-size: 4.0em;
            line-height: 0.6em;
            text-align: center;
        }

        .subtitle {
            font-size: 40%;
        }
        
	@media print{
		body{
			max-width:none
		}
	}
