Hi !
To change the global width (article + sidebar), add this to your custom css and adjust the % as you want :
.container {
width: 70%;
}
To change the font-size, it depends on which text exactly you want to target, but for exemple
p {
font-size: 20px;
}
will change all paragraphs in a post.
Hope it’s useful !