header {
    height: 100px;
    background-color: var(--yellow);
}

#orders_list th, #orders_list td {
    padding: 8px;
}

#orders_list caption {
    caption-side: bottom;
    padding: 12px;
}
