/* Global site-wide styling */

body {
            
    width: 50%;
    background-color: #f5f5f5; 
    font-family: "Times New Roman", serif;
    margin: 0.5em;
    padding: 0.5em;
}

/* Optional: style tables (admin panel, invoices) */
table {
    border-collapse: collapse;
    width: 100%;
}

table th, table td {
    padding: 10px;
    border: 1px solid #333;
}

/* Optional: style links */
a {
    color: #00008b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

 