body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}

h1 {
  color: #222;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

h2 {
  color: #444;
  margin-top: 25px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #f5f5f5;
}

.manage-btn {
  background: none;
  border: 1px solid #4dabf7;
  color: black;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.manage-btn:hover {
  background: linear-gradient(to right, black, #00abf0);
  color: white;
  box-shadow: 0 2px 8px black;
  transform: translateY(-2px);
}
