html,
body {
	margin: 0;
	padding: 0;
	font-family: "Inria Sans", sans-serif;
	background-color: #000;
	color: #E70003;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
}

::-webkit-scrollbar {
	background-color: #222;
	width: 10px;
	-webkit: 6px 6px 6px:#000;
}

::-webkit-scrollbar-thumb {
	border-radius: 15px;
	background-color: #0f32a7;
	/*fACE MUDA AQUI*/

}

.container {
	width: 100%;
	max-width: 1000px;
	margin: 15px auto;
	padding: 15px;
	background-color: #000;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
}

.responsive-table {
	width: 90%;
	margin: 0 auto 20px;
	border-collapse: collapse;
}

.responsive-table td {
	padding: 4px;
}

.responsive-table img {
	max-height: 100px;
	width: auto;
	display: block;
	margin: 0 auto;
}

#banner {
	margin: 7px 0;
}

#banner a {
	color: #2a98ca;
	text-decoration: none;
	margin: 0 6px;
	font-weight: bold;
}

h1 {
	color: #8F0C0F;
	font-size: 32px;
	font-family: 'Merriweather', serif;
}
.footer-link {
  all: unset;
  display: block;            /* obrigatório para aparecer corretamente */
  text-align: center;
  font-size: 17px;
  color: #020202;
  margin-top: 20px;
  text-decoration: none;
}


@media (max-width: 600px) {
	.responsive-table img {
		max-width: 90%;
		max-height: 80px;
	}

.footer-link {
  all: unset;
  display: block;            /* obrigatório para aparecer corretamente */
  text-align: center;
  font-size: 14px;
  color: #b4b0b0;
  margin-top: 10px;
  text-decoration: none;
}

	}
}

body,
td,
th {
	color: #adaaaa;
	font-weight: bold;
	font-family: "Inria Sans", sans-serif;
	font-size: 18px;
	/* NOME DO CANTOR */
	letter-spacing: 1px;
}

h2 {

	font-weight: normal;
	color: #abc3d4;
	/* Nome do cantor */

}

h6 {
	margin-bottom: 5px;
	/* Defina aqui o valor de margem inferior desejado */
}

a:link {
	color: #999;
}

a:visited {
	color: #888;
}

a:hover {
	color: #fff;
}

a:active {
	color: #808080;
}

a {
	font-weight: normal;
	font-size: 20px;
	color: #e6e6e6;
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#video-container {
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
	padding: 20px;
	background: #222;
	border: 2px solid #ffffff;
	border-radius: 10px;
	overflow-y: auto;
	max-height: 500px;
}

#trackList li {
	padding: 10px 10px;
	border-bottom: 1px solid #333;
	color: #ccc;
	transition:background 0.5s;
	text-align: left;
}

#trackList li:hover {
	background: #222;
	color: #fff;
}

#trackList li.activeTrack {
	background: #333;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 400px) {
	#video-container {
		max-width: 88%;
		padding: 10px;
		max-height: 450px;
		overflow-y: auto;
		scrollbar-width: thin;
		/* Firefox */
	}

	/* Scroll fino para WebKit (Chrome, Safari, Edge) */
	#video-container::-webkit-scrollbar {
		width: 6px;
	}

	#video-container::-webkit-scrollbar-thumb {
		background-color: #c0c0c0;
		border-radius: 10px;
	}

	#trackList li {
		font-size: 14px;
	}
}

.music-link.selected:after {
	content: "\2713";
	/* Marca de selecao */
	margin-left: 5px;
}

.copy-icon {
	margin-left: 20px;
	cursor: pointer;
}

.copy-icon svg {
	color: #999;
}

.copy-icon svg:hover {
	color: #fff;
}
