.container h1 {
  text-align: center;
}

.navy-list {
  width: 100%;
  height: 13px;
  background-color: #001f3f;
  border-radius: 12px 12px 0 0;
  margin-bottom: 8px;
}

.table-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 20px;
}

.table-content {
  padding: 0 8px 8px 8px;
}
