body {
  width: 99%;
  margin-top: 130px;
  margin-left: 13px;
  overflow-y: scroll;
}

h2 {

font-weight: normal;
color: #abc3d4; /* Nome do cantor */
margin-top: -130px;
padding-top: 130px;  
}
         li {
         display: flex
         align-items: center;
	 padding: 3px;
         }

h6 {
      margin-bottom: 5px; /* Defina aqui o valor de margem inferior desejado */
    }

.copy-icon {
display: inline-block;
width: 15px;
height: 15px;
margin-left: 15px;
background-image: url('https://www.slim-sp.site/Botoes/kisspng-computer-icons-portable-network-graphics-scalable-5b785abf07d265.7211101115346142070321.png'); /* Substitua o caminho pela imagem do ícone de cópia */
background-size: contain;
background-repeat: no-repeat;
cursor: pointer;
}

.balao {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 2px 2px;
  background-color: rgba(0, 186, 255, 1);
  color: #000;
  border-radius: 5px;
  font-size: 14px;
}

.balloon {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  background-color: rgba(0, 186, 255, 1);
  color: #000;
  border-radius: 5px;
  font-size: 14px;
}

a:link {
  color: #999;
}

a:visited {
  color: #555;
}

a:hover {
  color: #FFFF00;
}

a:active {
  color: #1baea2;
}

a {
  font-weight: normal;
  font-size: 14px;
  color: #999;
  text-decoration: none;
}

body {
	background-color: #000;
}

body,
td,
th {
	color: #abc3d4;
	font-weight: bold;
	font-family: Lucida Bright MS, Geneva, Lucida Bright;
	font-size: 18px;  /* NOME DO CANTOR */
        letter-spacing: 1px;
}

::-webkit-scrollbar{
	background-color: #555;  	
	width:15px;
        height:20px;
	-webkit:6px 6px 6px :#555;
}
::-webkit-scrollbar-thumb{
        border-radius:15px;
	background-color:#000000;/*FACE MUDA AQUI*/
}

 .music-link.selected:after {
         content: "\2713"; /* Marca de seleção */
         margin-left: 5px;
         }
         /* define a cor das letras das âncoras */
         h2 {
         color: #444; /* cinza-medio */
         }
         /* Estilo padrão */
#header {
  display: flex;
  position: fixed;
  background: rgba(0,0,0,1.0);  
  top: 1px;
  width: 100%;
  height: 120px;  
  left: 0px;
  z-index: 999;
}

#banner {
  margin-top: 5px;
  text-align: center;
}

#banner > img, #banner > div {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
}

@media screen and (max-width: 600px) {
  #header {
    flex-direction: column;
    height: auto;
  }
}

         
 .button {
    width: 150px;
    margin: 10px;
    font-weight: bold;
    color: black;
    background-color: #888;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
    
  }

button:hover {
    background-color: #abc3d4;
}
         p {
         display: flex;
         align-items: center;
         justify-content: center;
         }
         .button-plt { 
         background-color: #333; /* Cor de fundo */
         width: 150px;
         height: 40px;
         border: none; /* Sem borda */
         color: white; /* Cor do texto */
         padding: 3px 8px; /* Espaçamento interno */
         text-align: center; /* Alinhamento do texto */
         text-decoration: none; /* Sem decoração de texto */
         display: inline-block; /* Exibir como bloco */
         right: 10px;
         font-size: 14px; /* Tamanho da fonte */
         cursor: pointer; /* Cursor do mouse */
         border-radius: 4px; /* Arredondamento de borda */
         }
         .button-plt:hover {
         background-color: #abc3d4; /* Cor de fundo ao passar o mouse */
         }
         .add-to-playlist-btn {
         background-color: transparent;
         border: none;
         color: #abc3d4;
         background-image: url('https://cdn-icons-png.flaticon.com/512/60/60543.png');
         background-repeat: no-repeat;
         background-position: center;
         width: 30px;
         height: 30px;
         cursor: pointer;
         margin-left: 8px;
         outline: none;
         padding: 5px 5px;
         
         }
         .add-to-playlist-btn:hover {
         opacity: 0.8;
         }

#btn {
    width: 200px;
    height: 100%;
    display: inline-block; /* Exibir como bloco */
    justify-content: center;    
    margin-left: 28px;
    margin-top: 18px;
}

footer {
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #111;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 0px 15px;  
  z-index: 1; /* ou outro valor, dependendo da sua necessidade */
}

