<?
include "WebBuilder/main.class.php";
$MainSystem = new MainSystem();
$html_header = new html_header();
$html_body = new HTML_Body();
$html_header->set_headers("MyAPP");
$MainSystem->login_popup();
$html_navbar = new HTML_navbar();
$mpdf = new \Mpdf\Mpdf([
    'margin_top' => 5, // Set your desired top margin in millimeters
    'margin_bottom' => 1,
    'margin_left' => 1,
    'margin_right' => 1,
]);
