
body {
background: #0e0e0e;
color: #fff;
font-family: 'Poppins', sans-serif;
}
.navbar {
background: #181818 !important;
box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}

.navbar-brand img {
border-radius: 5px;
}

.nav-link {
  color: #ddd !important;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #0d6efd !important;
}

.custom-image-set {
  width: 100px;
  height: 100px;
  margin-top: 30px;
  border-radius: 50%;
  border: 3px solid #0d6efd;
  box-shadow: 0 0 15px rgba(13, 110, 253, 0.6);
  }

.custom-heading1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 15px;
  color: #0d6efd;
  text-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
  }
.custom-button-aling {
text-align: center;
margin: 30px 0;
gap: 10px;
  }

.custom-button-aling button {
margin: 5px;
transition: all 0.3s ease;
      border-radius: 25px;
}

.custom-button-aling button:hover {
transform: scale(1.1);
box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
  }
.card {
  background: #1b1b1b;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
    }

.card-img-top {
  border-bottom: 2px solid #0d6efd;
  }

.card-title {
font-weight: 600;
color: #fff;
    }

.btn-primary {
background-color: #0d6efd;
border: none;
transition: background 0.3s ease;
  }

.btn-primary:hover {
background-color: #0056d2;
}

footer {
  text-align: center;
  padding: 20px;
  background: #181818;
  color: #aaa;
  margin-top: 40px;
  font-size: 0.9rem;
    }

footer a {
color: #0d6efd;text-decoration: none;
    }

footer a:hover {
text-decoration: underline;
}
#songInput {
border-radius: 25px;
text-align: center;
    }