.table-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: left;
    margin-top: 0px;
;
}
 
table,
th,
td {
    border: 1px solid black;
    padding: "20px";
    padding-right: "20px";
    padding-left: "40px";
    color:#0a010a;
    font-weight: bold;

}
#textstyle{
    font-family: Calibri;
    font-size: x-large;
     font-weight: bold;
      font-style: inherit;
       font-variant: inherit;
        text-transform: uppercase; 
        color: #153448; 
        text-decoration: underline; 
}
 
#textstyle1{
    font-family: Calibri;
    font-size: normal;
     font-weight: bold;
      font-style: inherit;
       font-variant: inherit;
        text-transform: uppercase; 
        color: #0a010a; 
        text-decoration: underline; }