body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  margin: 0;
  padding: 20px;
}

.container {
  max-width: 700px;
  margin: 0 auto;
}

#searchInput {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#results {
  margin-top: 10px;
}

.song-item {
  border-top: 2px solid #000;
  padding: 12px 0;
}

.song-item:first-child {
  border-top: none;
}

.song-item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}

.song-item a {
  margin-right: 10px;
  text-decoration: none;
  color: #007bff;
}

.song-item a:hover {
  text-decoration: underline;
}
