.bb-table {
  display: flex; 
  flex-direction: row; 
  align-items: center; 
  justify-content: space-around;
  width: 70vh;
  line-height: 18vh;
  font-size: 9vh;
}

.bb-long-text {
  font-size: 14vh;
  white-space: nowrap;
}