body {
  background-color: #f2f2f2;
}

a {
  text-decoration: none;
}

table {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 25px;
}

th {
  border: 2px solid rgb(170, 170, 170);
  background-color: rgb(33 37 41) !important;
  color: #f2f2f2 !important;
  font-size: large;
}

td {
  list-style-type: none;
  border: 2px solid rgb(170, 170, 170);
}

.li-class {
  margin-bottom: 10px;
  border: 1px solid;
}

.container {
  max-width: 960px;
}

.card {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  margin: 20px;
}

.btn {
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

.text-center {
  text-align: center;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.lead {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.pagination-btn {
  background-color: #5f5f5f;
  color: white;
  border: none;
  margin: 0 2px;
  
  cursor: pointer;
}

.pagination-btn.active {
  background-color: #1400df;
  color: white;
}
