C’è un margin-top nella classe main-outlet.
Dovresti aggiungere questo:
html body #main-outlet {
margin-top: 0;
}
Non l’ho mai usato, ma c’è un’impostazione topic-width nel CSS, in un elemento root.
Aggiungi questo, dovrebbe adattare tutto il resto:
:root {
--topic-body-width: 750px;
}