@media print {

body {
    background: #fff;
    color: #000;
    text-align: justify;
    font-family: Arial, Helvetia;
    font-size: 22px;
}

h1 {
	font-size: 24px;
	}
	
#container {
    text-align: justify;
    font-size: 22px;
}
    
nav, header, label, button, footer {
display: none;
}




