*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 1em;
	font-family: Arial;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
/*-------------------------------
--------------HEADER-------------
---------------------------------*/

.top{
	width: 100%;
	height: 20%;
	background: #1a1b1c;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	z-index: 100;
}
.top img{
	width: 180px;
}


.container{
	position: absolute;
	top:0px;
	width: 100%;
	height: 100%;
	background: #1a1b1c;

}
.container .info{
	width: 100%;
	height: 55%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.container .info img{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	float: left;
	border-radius: 70px;
}


.container .info h2{
	width: 50%;
	float: left;
	color: #FFFFF0;
	margin-top: 20px;
  text-shadow: 0px 0px 3px #000;
}
.container .buttons{
	width: 100%;
	height: 15%;
	background: #1a1b1c;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
}
.container .buttons button{
	width: 50px;
	outline: none;
	height: 50px;
	border-radius: 26px;
	cursor: pointer;
	background-color: #FFFFF0	;
	border: 4px solid #000;
	color: #000;
	font-size: 1.1em;

}
.container .buttons #play{
	background: #FFFFF0 url("../image/375.png") center center / 100%;
	border: none;

	
}
.container .buttons button:hover{
	background-color: #FFFFF0;

}
.container .buttons #play:hover{
	background: #FFFFF url("../image/375.png") center center / 100%;

}
.container .footer {
	width: 100%;
	height: 10%;
	display: flex;
	background: #1a1b1c;
	color: #F0FFF0;
}
.container .footer .copy{
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	
}
.container .footer .copy img{
	width: 135px;

}
.container .footer h3{
	width: 70%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.8em;
	text-align: center;
	
}