body{
	margin: 0;
	

}
.container{
width: 100vW;
height: 100vh;
background-image: url('musicas/fundo.jpg');
background-size: cover;
z-index: 1;
position: absolute;
margin-top: 0;
display: flex;
justify-content: space-around;

}

.container2{
width: 60vW;
height: auto;
display:flex;
flex-direction: column;

margin-top: 20vh;
margin-left: 15vw;
padding: 20px;
border: 1px solid #fff;
border-radius: 10px;
background-color:transparent;
backdrop-filter: blur(20px) ;
position: absolute;
z-index: 0;
}

.logoplayer{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 15px;
}
.logoplayer img{
	width: 30vw;
	display: flex;
mix-blend-mode: multiply;

	

}

.titlemusic{
	display: flex;
	justify-content: space-around;
	font-family: monospace;
	color:#fff;
}


@keyframes animacasset{
	0%{
		filter: brightness(20%);
	}
	50%{
		filter: brightness(80%);
	}
	100%{
		filter: brightness(20%);
	}
}



@keyframes anima{

	from{
		scale: 0;
	}
	to{
		scale: 100%;
	}
}



.linkplayer{
	height:20px;
	color:#fff;
text-decoration: none;
margin-top: 0px;
padding: 5px;
font-family: monospace;
background-color: #000;
border-radius: 0px 0px 10px 10px;
}


.playermusic{
	width: 100%;
	background-color:transparent;
	border-radius: 10px;
	box-shadow: 1px 2px 1px 2px;

}

.listamusic{
	display: flex;
	flex-direction: column;
}

.listamusic a {
	width: 95%;
	padding: 10px;
	
	margin-top: 5px;
	border-radius: 10px;
	
}

.listamusic  a{
	color: burlywood;
	text-decoration: none;
	font-family: monospace;
}

.BOT_CLOSE{
	width: 10px;

	padding: 10px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 7px;
	float: right;

}

.BOT_CLOSE a{
	color: #fff;
	text-decoration: none;
	font-family: monospace;
	font-weight: bold;
}