@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 {
    color: white;
    font-family: 'afton_jamesregular';
    font-size: 25px;
    position: absolute;
    top: 30px;
    left: 50px;
}

.talk {
    color: white;
    font-family: 'afton_jamesregular';
    font-size: 25px;
    text-align: end;
    width: 350px;
    position: absolute;
    top: 220px;
    left: 630px;
}

.jordan {
    color: white;
    font-family: 'afton_jamesregular';
    font-size: 25px;
    position: absolute;
    top: 380px;
    left: 30px;
    width: 400px;
}

a {
    text-shadow: -2px 3px grey;
    color: white;
    text-decoration: none;
    font-family: 'dada_antiqueridadaantiquerist';
    font-size: 50px;
    position: absolute;
    top: 550px;
    left: 800px;
}

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