body {
  background-color: rgba(20, 21, 24, 0.9);
  color: #fff;
}

.cover-form {
  width: 350px; /* ukuran form */
  padding: 20px;
  background-color: rgba(33, 35, 48, 0.9);
  margin: 0 auto; /* bikin ke tengah */
  border-radius: 15px;
  margin-top: 15%;
}

.cover-form label {
  color: #fff;
}

.cover-form h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

/* dashboard */
.page h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5%;
}

.music-player {
  z-index: 1050;
}

/* playlist */
.song-item {
  background: #fff;
  transition: all 0.2s ease;
}

.song-item:hover {
  background: #f8f9fa;
  transform: scale(1.01);
}

.song-item button {
  min-width: 36px;
}

.song-item img {
  object-fit: cover;
}

.play-song.active {
  background: #198754;
  color: #fff;
}

.song-item.playing {
  background: #e7f1ff;
  border-left: 5px solid #0d6efd;
}

.song-actions {
  display: flex;
  align-items: center;
  justify-content: center; /* kiri – kanan */
  gap: 10px;
}

.card h5 {
  color: #000;
}
.card small {
  color: #000;
}

#duration {
  color: #000;
}

.songTitle {
  color: #000;
}

.mungkin-anda-suka {
  margin-bottom: 25%;
}

#evaluasi h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.cover-table {
  margin: 20px auto;
  border-collapse: collapse;
  width: 40%;
  background: white;
  color: black;
  font-size: 18px;
}

.cover-table th,
.cover-table td {
  border: 1px solid #333;
  padding: 12px;
  text-align: center;
}

.cover-table th {
  background: #444;
  color: white;
}

.center-img {
  display: block;
  margin: 40px auto;
  max-width: 600px;
}

.info-lagu strong {
  color: #000;
}
