@import url('https://fonts.googleapis.com/css?family=PT+Mono');

body {
	font-family: 'PT Mono', monospace;	
}

h2 {
	font-size: large;
}

h6 {
	font-size: small;
	text-align: center;
}