body{margin:0;font-family:Arial,Helvetica,sans-serif;transition:background-color .3s,color .3s}.main-container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}body.light-mode{color:#212529;background-color:#f8f9fa}body.dark-mode{color:#f8f9fa;background-color:#121212}.table-dark{background-color:#343a40!important}.btn-toggle-theme{margin-bottom:20px}.table-fixed-height{max-height:550px;display:block;overflow-y:auto}.table-fixed-height thead,.table-fixed-height tbody tr{table-layout:fixed;width:100%;display:table}.table-fixed-height tbody{min-height:450px;display:block}
