*{
	padding: 0px;
	margin: 0px;
	font-family: "Mulish";
}
a{
	position: absolute;
	top: 20px;
	right: 20px;
	text-transform: capitalize;
	font-size: 30px;
	color: white;
	border: 2px solid white;
	padding: 10px 30px;	
	text-decoration: none;	
}
a:hover{
	background-color: gray;
}

/*============================*/
.wrapp{
	width: 100%;
	height: 600px;
	background: url('../style/img/background/Baner9/Background.png') 0px -150px;
	background-size: cover;
}
.header{
	display: inline-block;
}
.header>p{	
	font-size: 60px;
	font-weight: 500;
	color: #ffffffff;
	text-align: right;
	padding: 100px 0px 0px 250px;
}