.table_heading{
    margin-left:35%;margin-right:25%;color:#681919;font-weight:900;
}
        .button-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
        }
        .button {
            margin: 5px;
            padding: 10px 20px;
            font-size: 16px;
            background-color: #dba22fd1; 
            color: white;
            border: none;
            cursor: pointer;
        }
        .button:hover {
            background-color: #681919;
        }
        .output-container {
            margin-top: 20px;
            text-align: center;
        }
        .table-responsive {
            margin-top: 20px;
        }
 