body{
	background-color: #caf6a6;
}

#capsal{
	display: grid;
	grid-template-columns: 10% 40% 40% 10%;
	grid-template-rows: 100%;
}
#logo {
	border-radius: 60px ; 
	grid-column: 1;
	grid-row: 1;
}
#capsal p{
	grid-column: 2;
	grid-row: 1;
	height: 60px;
	justify-self: right;
	margin-right: 10px;
	font-size: 30px;
	background-color: aqua;
	border: 2px solid #000000;
	border-radius: 30px;
	width: 200px;
	text-align: center;
}
#capsal p b{
	font-size: 50px;
}
#boto_millorar{
	grid-column: 3;
	grid-row: 1;
	margin-left: 20px;
	font-size: 30px;
	align-self: center;
	width: 130px;
	text-align: center;
	border: 2px solid black;
	background-color: #c36b17;
	transition: 0.2s;
}
#boto_millorar:hover{
	background-color: #934F10;
	cursor: pointer;
}
#home{
	grid-column: 4;
	grid-row: 1;
	filter: invert(1);
	width: 110px;
	margin-top: 5px;
	justify-self: center;
}
#home:hover{
	cursor: pointer;
}

#millorar{
	display: none;
	background-color: #29a595;
	position: absolute;
	left: 35%;
	top: 30px;
	width: 30%;
	height: 450px;
	justify-items: center;
	text-align: center;
}
#millorar p{
	font-size: 50px;
}
#millorar_si{
	font-size: 40px;
	background-color: #00f424;
	margin-bottom: 30px;
	border-width: 4px;
	border-radius: 10px;
	transition: 0.2s;
}
#millorar_si:hover{
	background-color: #00c61e;
	cursor: pointer;
}
#millorar_no{
	font-size: 30px;
	background-color: #B9B750;
	border-width: 4px;
	border-radius: 10px;
	transition: 0.2s;
}
#millorar_no:hover{
	background-color: #a2a146;
	cursor: pointer;
}

#actiu {
	margin: auto;
	height: 300px;
	font-size: 25px; 
	background-color: #3CCDBA; 
	display: grid;
	grid-template-columns: 10% 25% 5% 40% 5%;
	grid-template-rows: 5% 10% 5% 60% 5% 10% 5%;
}

#titol{
	background-color: #3CCDBA; 
	grid-column: 4/6;
	grid-row: 2;
	margin-left: 100px;
	text-align: center;
	font-weight: bold; 
}
#portada{
	width: 320px;
	margin-left: 100px;
	margin-top: 15px;
	grid-column: 1;
	grid-row: 2/5;
}
#text{
	width: 95%;
	text-align: justify;
	font-size: 15px;
	grid-column: 3/7;
	grid-row: 4;
	margin-top: 30px;
}
#audio{
	margin-left: 110px;
	grid-column: 1;
	grid-row: 5;
}
#link{
	grid-column: 3;
	grid-row: 4;
	margin-left: 500px;
	margin-top: 150px;
	width: 200px;
	height: 68px;
	font-size: 20px;
	justify-self: center;
	text-align: center;
	background-color: #96B979;
	border-width: 5px;
	transition: 0.2s;
}
#link:hover{
	background-color: #86a46d;
	cursor: pointer;
}
#lletra{
	grid-column: 4;
	grid-row: 4;
	margin-left: 400px;
	margin-top: 150px;
	width: 200px;
	height: 68px;
	font-size: 20px;
	justify-self: center;
	text-align: center;
	background-color: #96B979;
	border-width: 5px;
	transition: 0.2s;
}
#lletra:hover{
	background-color: #86a46d;
	cursor: pointer;
}

#playlist_titol{
	font-size: 40px;
	margin-left: 40px;
}

#llista li {
	padding: 20px 50px 20px 40px; 
	height: 230px;
	list-style : none; 
	font-size: 25px;
	transition: 0.2s;
	display: grid;
	grid-template-columns: 30% 65% 5%;
	grid-template-rows: 100%;
}
#llista li:hover{
	cursor: pointer;
}
	
#llista img {
	max-width: 200px;
	height: auto; 
	padding: 20px;
	grid-column: 1;
	grid-row: 1;
	justify-self: center;
}			

#llista p {
	grid-column: 1;
	grid-row: 1;
	font-size: 30px; 
	max-width: 250px;
	background-color : #000000 ;
	color : #ffffff;
	text-align: center;
	justify-self: center;
	margin-top: 150px;
	padding: 10px; 	        
}
#llista div{
	border-left: 6px solid #934F10;
	grid-column: 2;
	grid-row: 1;
	align-content: center;
	padding-left: 50px;
}			              

.active { 
	background-color: orange 
}