/* .general_table{
    border-color: blue;
} */

body {
    border: 1px solid red; /* Temporary - helps you see the page boundaries */
  }
table{
    width: 100%;
    border-collapse: collapse;
}
table tr td{
    border: 2px solid green;
    width: 300em;
    /* width: 100%; */
    text-align: center;
}

.button_container {
    display: flex;
    justify-content: center;
  }