body {
  background: lightcyan;
  text-align: left;
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h1 {
  text-align: center;
  color: #333;
}

p {
  text-align: center;
  color: #666;
  font-size: 14px;
}
form {
  padding: 30px;
  background-color: white;
  box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.08);
  border-radius: 10px;
  display: flex;
  margin-bottom: 30px;
  text-align: center;
}
.form-row {
  display: flex;
  align-items: center;
  gap: 12px; /* clean, consistent spacing */
}

.instructions {
  padding: 16px;
  border: 1px solid rgba(39, 33, 66, 0.5);
  width: 80%;
  font-size: 16px;
  border-radius: 50px;
  line-height: 20px;
  color: #272044;
}

.help-text {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.generate-button {
  margin: 10px, 10px, 10px, 10px;
  background: blue;
  color: white;
  border: none;
  width: 100px;
  font-size: 16px;
  border-radius: 50px;
  padding: 10px 20px;
  line-height: 30px;
  text-align: center;
}

.playlist-container {
  font-size: 16px;
  background-color: #fff;
  padding: 20px;
  line-height: 2;
  border-left: 3px solid #885df1;
  box-shadow: 0px 4px 30px 0px rgba(39, 33, 66, 0.03);
}

.playlistResults {
  font-size: 16px;
  background-color: #fff;
  padding: 20px;
  line-height: 2;
  border-left: 3px solid #885df1;
  box-shadow: 0px 4px 30px 0px rgba(39, 33, 66, 0.03);
}

footer {
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}
