
body{
	background:black
}
table, td, th {    
    border: 1px solid black;
    text-align:center;
	color:white;
}

table {
	margin-top:2%;
	margin-left:30%;
    border-collapse: collapse;
    width: 40%;
	height:50px;
	text-align:center;
}
.topsingers{
	background:black;
	font-family:cursive;
	font-size:20px;
	text-transform: uppercase;
	color:white;
	width:20%;
}
.icon{
margin:auto;
width:40px;
height:40px;
background:black;
color:white;
margin-top:3px;
}

th, td {
	font-size:15px;
	text-align:center;
    padding:1px;
}
.slider{
	width:50%;
	height:400px;
	margin:auto;
	margin-left:30%;
	overflow: hidden;
	}
.slider ul{
	display: flex;
	padding: 0;
	width:500%;
	animation:cambio 20s infinite;
	animation-timing-function:linear;
	transition-property:all;
}
.slider li {
	width: 80%;
	list-style: none;
}
.slider img{
margin-top:0;
margin-right:auto;
width:80%;
height:50%;
border:solid 4px;
border-right:0;
border-bottom:0;
border-left:0;
border-top-color:#F54865
}
.active{
	background-color:#F54865;
}
@keyframes cambio{
	0%{margin-left:0;}
	20%{margin-left:0;}
	
	25%{margin-left:-100%;}	
	45%{margin-left:-100%;}
	
	50%{margin-left:-200%;}
	70%{margin-left:-200%;}
	
	75%{margin-left:-300%;}
	100%{margin-left:-300%;}
}
a{
	margin-top:2px;
	color:white;
	text-decoration:none
}
a:hover{
	font-size:20px;
	color:#F54865;
	text-decoration:underline;
}
.mini{
	position:absolute;
	top:40%;
	right:30%;
	width:20%;
	margin-left:50%;
	margin-top:0%;
}
.mini tr td{
	padding-top:1%;
	padding-bottom:1%;
	text-align:center;
	margin-left:2px;
	margin-right:2px;
}
.mini tr{
	border:solid 2px;
	border-bottom:0;
	border-right:0;
	border-left:0;
	border-top-color:#39BBE3;
}
img.youtube{
	background-color:black;
	position:absolute;
	left:33%;
	top:49%;
}
.mini th,td:hover{
	font-size:20px;
}
.iframe{
	position:absolute;
	top:77%;
	left:30%;
}
#sheet{
	position:absolute;
	top:50%;
	right:75%;
	width:400px;
	height:500px;
	margin:auto;
	background: url("../img/sheet.jpg") repeat-x;
	animation:walk 1s steps(6)infinite;
}
@keyframes walk {
	0%{background-position:0}
	100%{background-position:-1850px}
.final{
	position:absolute;
	top:80&;
}
.footer{	
	border:solid white;
	background-color:white;
	color:white;
	position:absolute;
	top:200%;
	right:1000px
}