@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: black;
	position: relative;
	left: 200px;
	height: 640px;
	width: 1000px;
}

body {
  background: black;
}

.gif {
	background: url(driving.gif);
	height: 240px;
	width: 500px;
	position: absolute;
  left: 250px;
	top: 200px;
}

.text {
	color: white;
	font-family: 'afton_jamesregular';
	font-size: 30px;
	text-align: center;
	position: absolute;
	left: 80px;
}

.text2 {
	color: white;
	font-family: 'afton_jamesregular';
	font-size: 25px;
	text-align: center;
	position: absolute;
	left: 60px;
	top: 80px;
}
a {
	text-shadow: -2px 3px grey;
	font-family: 'dada_antiqueridadaantiquerist';
	color: white;
	font-size: 50px;
	text-decoration: none;
	position: absolute;
	top: 520px;
	left: 650px;
}

a:hover {
	position: absolute;
	top: 522px;
	left: 648px;
	text-shadow: -1px 1px black;
	color: red;
}

.drive {
	font-family: 'dada_antiqueridadaantiquerist';
  color: white;
	font-size: 45px;
	text-decoration: none;
	top: 520px;
	left: 100px;
}

.drive:hover {
		position: absolute;
	top: 522px;
	left: 98px;
	text-shadow: -1px 1px black;
	color: red;
}