html,
body {
  min-height: 100%;
  margin: 0;
  color: #f5f7fc;
  background: #090d16;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.tl-lists-page,
.tl-lists-page *,
.tl-list-page,
.tl-list-page * {
  box-sizing: border-box;
}
