@font-face {
    font-family: 'Arcade';
    src: url('../fonts/ARCADE.TTF');
}
body{
	_background-image: url("../images/bg.png");
	 _background: url("../images/bg.png") bottom left no-repeat ;
	_background-size: cover;
    _background-color: #cccccc;
	_background-repeat: no-repeat;
	_background-position: 0% 0%; 
	_position: absolute;
	margin: 0;
	padding: 0;
	background-color: #000;
}
.wrapper{
	width: 1024px;
	margin: auto;
	top: 50vh;
	margin-top: -300px;
	position: relative;

	
}
.wrapper img{
	width: 100%;
	
	margin: auto;
}

.text-yellow{
	font-family: 'Arcade';
	font-size: 32px;
	color: yellow;
	position: absolute; 
	left: 200px; 
	top: 30px;
	width: 850px;
	letter-spacing: 2px;
	 word-spacing: 4px;
	 line-height: 40px;
}
.text-white{
	font-family: 'Arcade';
	font-size: 32px;
	color: white;
	position: absolute; 
	left: 20px; 
	top: 180px;
	width: 100%;
	letter-spacing: 2px;
	word-spacing: 4px;
	line-height: 40px;
}
.button{
	border: 4px solid #F36F21;
	border-radius:100px;
	background: transparent;
	font-family: 'Arcade';
	font-size: 30px;
	line-height: 50px;
	color: #F36F21;
	width: 200px;
	height: 50px;
	cursor: pointer;
	position: absolute; 
	right: 10px; 
	bottom: 200px;
	outline: none;
}
