/* style.css */

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: Arial, sans-serif; /* Example font family */
}

/* Centering the table in the browser */
#Table_01 {
    margin: 0 auto; /* This centers the table horizontally */
}

/* Additional styles for the images or other elements if needed */
