@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'dada_antiqueridadaantiquerist';
    src: url('dada_antiquerist-webfont.woff2') format('woff2'),
         url('dada_antiquerist-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'afton_jamesregular';
    src: url('afton_james-webfont.woff2') format('woff2'),
         url('afton_james-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.background {
	background: url(car.png);
	height: 640px;
	width: 1000px;
	position: relative;
	left: 200px;
}

body {
  background: black;
}

.text {
	font-family: 'afton_jamesregular';
	text-align: center;
	font-size: 23px;
	position: absolute;
	width: 950px;
	top: -15px;
	left: 20px;
	color: white;
	opacity: .85;
}

.jordan {
	opacity: .9;
	font-family: 'afton_jamesregular';
	font-size: 25px;
	width: 500px;
	text-align: center;
	position: absolute;
	color: white;
	top: 240px;
	left: 240px;
}

.leaveit {
	position: absolute;
	top: 530px;
	left: 150px;
	font-size: 40px;
	font-family: 'dada_antiqueridadaantiquerist';
	color: white;
	text-decoration: none;
}

.leaveit:hover {
	color: red;
}

.goback {
	font-size: 40px;;
	position: absolute;
	top: 530px;
	left: 700px;
	font-family: 'dada_antiqueridadaantiquerist';
	color: white;
	text-decoration: none;
}

.goback:hover {
	color: red;
}
