*{
	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: #f3e80f;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	z-index: 100;
}
.top img{
	width: 155px;
}


.container{
	position: absolute;
	top:0px;
	width: 100%;
	height: 100%;
	background: #264b2a;

}
.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: #D3D3D3;
	margin-top: 20px;
}
.container .buttons{
	width: 100%;
	height: 15%;
	background: #f3e80f;
	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: #f0820d;
	border: 4px solid #FFF;
	color: #FFFFFF;
	font-size: 1.1em;

}
.container .buttons #play{
	background: #ee8810 url("../image/Play.png") center center / 100%;
	border: none;

	
}
.container .buttons button:hover{
	background-color: #f16409C;

}
.container .buttons #play:hover{
	background: #f0820d url("../image/Play.png") center center / 100%;

}
.container .footer {
	width: 100%;
	height: 10%;
	display: flex;
	background: #1a1b1c;
	color: #006A9B;
}
.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;
	
}