<?php
include "../../html.class.php";
$html = new html();

?>
<style>
    body {
        margin-top: 1em;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
</style>

<div class="tank_item_container">
    <h1>REPORTS</h1>
    <button class="app_buttons" onclick="window.location.href = 'search_diesel_orders.php'">DIESEL</button>
  <br>
    <!-- <br>
    <button class="app_buttons" onclick="">TANKS</button>
    <br>
    <button class="app_buttons" onclick="">Time & Attendance</button>
    <br> -->
</div>