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

body {
    background: black;
}

.text {
    line-height: 30px;
    color: white;
    font-family: 'afton_jamesregular';
    font-size: 40px;
    text-align: center;
    width: 600px;
    position: absolute;
    top: 20px;
    left: 190px;
}

.jordan {
    line-height: 30px;
    color: white;
    font-family: 'afton_jamesregular';
    font-size: 35px;
    text-align: center;
    width: 600px;
    position: absolute;
    top: 120px;
    left: 190px;
}

.yourcar {
    opacity: .9;
    font-size: 80px;
    text-shadow: -2px 2px black;
    color: white;
    text-decoration: none;
    font-family: 'dada_antiqueridadaantiquerist';
    line-height: 520px;
    text-align: center;
    background: url(car1.png);
    width: 400px;
    height: 300px;
    position: absolute;
    top: 280px;
    left: 50px;
}

.yourcar:hover {
    opacity: 1;
    color: red;
}

.jordancar {
    opacity: .9;
    font-size: 70px;
    text-shadow: -2px 2px black;
    color: white;
    text-align: center;
    line-height: 530px;
    text-decoration: none;
    font-family: 'dada_antiqueridadaantiquerist';
    background: url(car2.png);
    height: 300px;
    width: 450px;
    position: absolute;
    top: 280px;
    left: 500px;
}

.jordancar:hover {
    opacity: 1;
    color: red;
}