body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f8f9fa;
}

.container {
  flex: 1;
}

code {
  color: #d63384;
}

.navbar-brand {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.table th {
  font-weight: 600;
}

.badge {
  font-size: 0.8rem;
}
