
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .t-body {
    flex: 1;
  }
  .t-footer {
    margin-top: auto;
  }
