body {
  width: 100%;
  margin-top: 150px;
  scroll-padding-top: 200px;
}

h2 {
  margin-top: -150px;
  padding-top: 150px;
}
        
/* adiciona margem superior para evitar que o conteúdo seja sobreposto pelo header */
      

.music-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-top: 4px;
    margin-bottom:4px;
    width: auto;
}

.copy-icon{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative;
  top: -1px;
  background-image: url('http://www.incorrect-name.com.br/Imagens/vector_copy_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
	
 .button-plt {
  background-color:#000000;
  border: 1px solid #6e6a67;
  color:#FFFFFF;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: Lucida Bright, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  top: -15px;
}
.button-plt:hover a {
    color: #b0b0b0 !important;
}
.button-plt:hover {
    border-color: #ffffff;
}
body {
	
	background-color: #000000;
        border: none !important;
}

body,
td,
th {
	
    color: #a8a8a8;
    
	font-weight: normal;
	font-family: "Lucida Bright MS", Geneva, "Lucida Bright";
	font-size: 14px; /* alfabeto do meio também cinza */
}

.music-link.selected {
	color: #8a8a8a !important;
}


.new-music-badge {
  position: relative;  
  top: -5px; 
  left: 4px;
  color: #ff0000 !important; 
}
.music-container a,
.music-container span {
	color: #FFFFFF;
}

.copy-icon:hover {
    filter: brightness(0.7);
}

.copy-icon.copied {
    filter: brightness(0.4);
}

.nome-cantor {
    margin-bottom: 15px;
    text-decoration: none !important;
    border: none !important;
    color: #b2b2b2 !important;  
          
}

a.music-link {
    text-decoration: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.music-link:hover {
    color: #8a8a8a;
}


/* =========================
   BARRAS DE ROLAGEM GLOBAIS
   ========================= */

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #c9c9c9 #000000;
}

/* Chrome, Edge, Opera, Brave, Vivaldi */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
    border-radius: 6px;
    border: 3px solid #000000;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}
/* =========================
   ALFABETO SUPERIOR (INDEX2)
   ========================= */
#tb-plr a {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    transition: color 0.15s ease, transform 0.10s ease;
}

#tb-plr a:hover {
    color: #b0b0b0 !important;
}

#tb-plr a:active {
    transform: scale(1.10);
}

/* =========================
   BOTÕES MENU E HOME
   ========================= */

.btn-menu-topo,
.btn-home-topo {
    display: inline-block;
    transition: transform 0.15s ease;
}

.btn-menu-topo:hover,
.btn-home-topo:hover {
    transform: scale(1.08);
}

/* =========================
   BOTÃO OPEN
   ========================= */

.btn-open-topo {
    display: inline-block;
    transition: transform 0.15s ease;
}

.btn-open-topo:hover {
    transform: scale(1.08);
}

/* =========================
   BOTÕES DE ESTILOS MUSICAIS
   ========================= */

.menu-botao {
    transition: filter 0.15s ease, transform 0.08s ease;
}

.menu-botao:hover {
    filter: brightness(1.15);
}

.menu-botao:active {
    filter: brightness(1.25);
    transform: translateY(2px);
}

/* =========================
   HOME
   ========================= */

.home-logo-img {
    width: 375px;
    max-width: 100%;
    height: auto;
}

.home-foto-img {
    width: 550px;
    max-width: 100%;
    height: auto;
}

.home-logo-tabela {
    width: 80%;
    height: auto;
}

.home-foto-tabela {
    width: 76%;
}

.home-aviso-tabela {
    width: 75%;
}

.home-container-tabela {
    width: 90%;
}
.home-miolo-tabela {
    width: 88%;
}

.home-externa-tabela {
    width: 85%;
}

.home-externa-tabela {
    margin: 0 auto;
}

.home-miolo-tabela {
    margin: 0 auto;
}

.home-container-tabela {
    margin: 0 auto;
}

.home-logo-tabela {
    margin-left: auto;
    margin-right: auto;
}

.home-foto-tabela {
    margin-left: auto;
    margin-right: auto;
}

.home-aviso-tabela {
    margin-left: auto;
    margin-right: auto;
}

.btn-open-topo {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {

    .home-externa-tabela {
        width: 95%;
    }

    .home-miolo-tabela,
    .home-container-tabela {
        width: 95%;
    }

    .home-logo-tabela,
    .home-foto-tabela,
    .home-aviso-tabela {
        width: 100%;
    }

}