body {
  font-family: "Roboto", sans-serif;
  background-image: url('../images/spalshy.jpg'); /* Add your image path here */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}

h2 {
  color: black;
  text-align: center;
  border-bottom: 2px solid black; /* Add a border line */
  padding-bottom: 10px; /* Add some space below the text */
  font-weight: bold;
}

.btn-success {
  background-color: grey;
  border: none;
  color: white;
  transition: background-color 0.3s ease;
}

.btn-success:hover {
  background-color: black;
}

.list-group {
  margin-top: 20px;
}

.btn.dropdown-toggle {
  width: 150px;
  text-align: left;
}

html {
  text-size-adjust: 100%;
}

span.caret {
  position: absolute;
  left: 90%;
  top: 45%;
}

img {
  border-radius: 10px;
  width: 200px;
  height: 200px;
  margin-left: 90px;
  margin-top: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

img.track {
  border: 1px solid #8a8a8a;
}

#songImgId {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-success {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold; /* Make the text bold */
}

label{
  font-weight: bold;
  font-size: larger;
  padding-top: 15px;
}

.container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  margin-top: 50px;
}
