.table-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: left;
    margin-top: 0px;
;
}
 

#textstyle{
    font-family: Calibri;
    font-size: xx-large;
     font-weight: bold;
      font-style: inherit;
       font-variant: inherit;
        text-transform: uppercase; 
        color: #153448;
        
}
 
#textstyle1{
    font-family: Calibri;
    font-size: x-large;
     font-weight: bold;
      font-style: inherit;
       font-variant: inherit;
        text-transform: none
       
      
    }



    .message-glimpse1{
        width: 50%;
          padding: 10px;
          text-align: justify;
          font-weight: bold;
          color: #153448;
          border: 1px solid #ccc;
          border-radius: 8px;
         