@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(parkinglot.png);
	position: relative;
	left: 200px;
	height: 640px;
	width: 1000px;
}

body {
	background: black;
}

h1 {
	  text-shadow: -5px 4px black;
	position: absolute;
	top: -10px;
	left: 190px;
	font-size: 150px;
	color: white;
	font-family: 'dada_antiqueridadaantiquerist';
}

p {
	text-shadow: -2px 1px black;
	color: white;
	font-size: 25px;
	line-height: 40px;
	text-align: start;
	font-family: 'afton_jamesregular';
	position: absolute;
	top: 270px;
	left: 70px;
	width: 430px;
}

a {
  text-shadow: -3px 2px black;
	color: white;
	text-decoration: none;
	font-family: 'dada_antiqueridadaantiquerist';
	font-size: 45px;
	position: absolute;
	top: 400px;
	left: 680px;
}

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