body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00b7ff;
}

/* Styles for the page header */
h1 {
  font-size: 32px;
  text-align: center;
  margin-top: 50px;
}

/* Styles for the backend details */
p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Styles for the endpoint table */
table {
  width: 80%;
  margin: 50px auto;
  border-collapse: collapse;
}

thead {
  background-color: #f2f2f2;
}

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

/* Hover effect for table rows */
tr:hover {
  background-color: #f5f5f5;
}
