#block_container {
    display: flex;
    justify-content: center;
    
  align-items: center;
}

#block {

    padding-right: 50px;
    

}

#block_text {
  justify-content: center;    
  align-items: center;
  text-align: center;

}

#block_tab {
  justify-content: center;    
  align-items: center;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}


table {border: none;}

table td {
    border-bottom: thin solid; 
    
}