@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;
}

.talk {
	text-align: end;
	position: absolute;
	left: 580px;
	top: 80px;
	font-family: 'afton_jamesregular';
	color: white;
	opacity: .85;
	font-size: 23px;
	width: 400px;
}

.jordan {
	text-align: start;
	position: absolute;
	left: 25px;
	top: 350px;
	font-family: 'afton_jamesregular';
	color: white;
	opacity: .85;
	font-size: 23px;
	width: 350px;
}

a {
	color: white;
	text-decoration: none;
	font-family: 'dada_antiqueridadaantiquerist';
	font-size: 45px;
	position: absolute;
	top: 550px;
	left: 830px;
}

a:hover {
	color: red;
}