You could try
body {
font-family: Arial, sans-serif;
font-size: 12pt;
line-height: 1.5; /* change if needed*/
max-width: 64ch;
margin: 0 auto; /*to put it in the middle */
}
You could try
body {
font-family: Arial, sans-serif;
font-size: 12pt;
line-height: 1.5; /* change if needed*/
max-width: 64ch;
margin: 0 auto; /*to put it in the middle */
}