/* Start custom CSS */#page {
    background-color: white;
    padding: 5%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.total {
    font-weight: bold;
}

table {
    text-align: center;
}/* End custom CSS */