Download Música /* Estilo do botão */ #downloadButton { background-color: rgb(108, 102, 102); border-radius: 30px; border: 1px solid #000; color: #fff; padding: 14px 28px; font-size: 1.25rem; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 1px 0px #000; cursor: pointer; transition: 0.4s ease-in-out; } /* Centralizar o botão */ .button-container { text-align: center; margin-top: 20px; } DOWNLOAD document.getElementById('downloadButton').addEventListener('click', function() { // Abra o primeiro link window.open('https://chikraighotoops.com/4/8226010', '_blank'); // Após um tempo, inicie o download da música setTimeout(function() { window.location.href = 'https://dl.jonynewz.com/Q9Utj'; }, 2000); // 2000 milissegundos = 2 segundos });