.table-number {
  width: 4in;
  height: 6in;
  aspect-ratio: 4/6;

  .canvas__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .table-number__title {
    
    font-size: 0.5in;
    font-weight: bold;
  }

  .table-number__number {
    font-size: 2in;
    font-weight: bold;
  }

  .table-number__footer {
    font-size: 0.5in;
    font-weight: bold;
  }
}