*{
	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: #042444;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	z-index: 100;
}
.top img{
	width: 370px;
}


.container{
	position: absolute;
	top:0px;
	width: 100%;
	height: 100%;
	background: #94a4ac;

}
.container .info{
	width: 100%;
	height: 55%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.container .info img{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	float: left;
	border-radius: 70px;
}
.container .info h2{
	width: 50%;
	float: left;
	color: #042444;
	margin-top: 20px;
}
.container .buttons{
	width: 100%;
	height: 15%;
	background: #042444;
	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: #3f58db;
	border: 4px solid #FFF;
	color: #FFFFFF;
	font-size: 1.1em;

}
.container .buttons #play{
	background: #3f58db url("../image/Play.png") center center / 100%;
	border: none;

	
}
.container .buttons button:hover{
	background-color: #8544f3;

}
.container .buttons #play:hover{
	background: #8544f3 url("../image/Play.png") center center / 100%;

}
.container .footer {
	width: 100%;
	height: 10%;
	display: flex;
	background: #000000;
	color: #f3f4f6;
}
.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: 170px;

}
.container .footer h3{
	width: 70%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.8em;
	text-align: center;
	
}