    /* Additional styles for better presentation */
    body {
      padding-top: 56px; /* Adjusted for fixed navbar */
    }
    .lyrics-section {
      margin-top: 30px;
      background-color: #f8f9fa; /* Light gray background color */
      padding: 20px;
      border-radius: 8px; /* Optional: Add rounded corners */
    }
    .related-songs-section {
      background-color: #d1ecf1; /* Light blue background color */
      padding: 20px;
      border-radius: 8px; /* Optional: Add rounded corners */
    }

#con1 {
      margin-top: 30px;
      background-color: #f8f9fa; /* Light gray background color */
      padding: 20px;
      border-radius: 8px; /* Optional: Add rounded corners */
    }

.table-hover tbody tr:hover {
      background-color: #f5f5f5;
      cursor: pointer;
    }

    .clickable {
      cursor: pointer;
      color:  black;
    }

    .not-found-message {
      color: red;
      font-weight: bold;
      margin-top: 10px;
    }


/* NUMBER PAGE RESPONSIVE */

#pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.pagination li {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}

.pagination li.active {
  background-color: #4caf50;
  color: white;
  pointer-events: none;
}