body {
background-image: url('https://az-de-01.worldradiobeat.com/static/uploads/background.1747596455.webp');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
display: flex;
flex-direction: column;
min-height: 100vh;
}

.main-content {
flex: 1;
}

.player-card {
background-color: rgba(255, 255, 255, 0.95);
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
backdrop-filter: blur(5px);
}

#albumArt {
width: 100%;
max-width: 250px;
height: auto;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
margin-bottom: 1.5rem;
transition: opacity 0.5s ease-in-out;
}

.footer {
background-color: #212529;
color: #adb5bd;
}

.custom-controls {
margin-top: 20px;
width: 100%;
}

#playPauseBtn {
font-size: 3.5rem;
cursor: pointer;
color: #ffffff;
transition: color 0.2s;
}

#playPauseBtn:hover {
color: #000;
}

.volume-control {
max-width: 150px;
}

.social-icons a {
color: #adb5bd;
font-size: 1.5rem;
text-decoration: none;
transition: color 0.3s;
}

.social-icons a:hover {
color: #ffffff;
}

a {
  text-decoration: none !important;
  color: #adb5bd !important;
}

a:hover {
	color: #6f757b !important;
}

.p-3 {
    background: none !important; 
}

.card-body .title {
	font-size:34px;
	padding: 0 0 10px 0;
}

.card-body h3 {
	color: #ffffff !important;
}

.card-body p {
	color: #ffffff !important;
}