
        body {
            
            
            background-image: url('fundo-musica.jpg'); /* Caminho da sua imagem */
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  
  
  
             /*background: #111; */
            
            
            
            color: #fff;
            font-family: Arial, sans-serif;
            text-align: center;
            padding: 10px;
            
            user-select: none; /* Evita seleção de texto (opcional) */
        }
        
        
        
          #fundo-transparente {
    background-image: url('overlay.png'); /* Caminho da sua imagem */
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.9);
    padding: 5px;

    /* Centralizar na tela */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 90%;
}
           
           
        audio {
            width: 90%;
            margin-top: 20px;
        }
        button {
            background: #0f0;
            color: #000;
            border: none;
            padding: 10px 20px;
            font-size: 18px;
            cursor: pointer;
            margin-top: 20px;
            border-radius: 10px;
        }
        button:hover {
            background: #0c0;
        }
        #nomeMusica {
            margin-top: 10px;
            font-size: 18px;
            color: #0f0;
        }
        
        
        
        
        
         #nomeMusica:before { content: '📀🎧';
    
    
   
     }
        
        
        
        
        #totalMusicas {
            margin-top: 10px;
            font-size: 16px;
            color: #aaa;
        }
  
    
    
    
    audio {
    background-color: transparent;
    opacity: 0.3; /* você pode ajustar o valor de 0 (totalmente transparente) até 1 (totalmente opaco) */
    filter: hue-rotate(120deg); /* mantém o efeito de tonalidade */
    border: none;
}


audio:hover {
    opacity: 1;
    transform: scale(1.03); /* dá um leve zoom ao passar o mouse */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.9);
}


.iframe-personalizado {
  width: 100%; /* ou defina um tamanho fixo como 600px */
  height: 500px;
  border: 5px solid #4CAF50;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iframe-personalizado:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}






h1:before { content: '🎸📻🔊';
    
   
     }
     
     
     
     
    
     
     
     
     
     
     
     
     
     
     .div-flutuante {
            position: fixed; /* Fixa a posição da div */
            top: 0px; /* Distância do topo da página */
            left: 0px; /* Distância da esquerda */
            width: 50px; /* Largura da div */
            height: 30px; /* Altura da div */
            

           /*******   background-color: #f2f2f2;  **********/ /* Cor de fundo */
           /******* background-image: url("overlay.png"); */

           
            padding: 10px; /* Espaçamento interno */
            
        }
        
        
        
        
        
        
        
         /*******   Botão  **********/
        
        .button-container {
    text-align: center;
}


.link-buscar-musica {
  color: white;
 
  
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.link-buscar-musica:hover {
  
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}



     
     