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

.you {
    font-family: 'afton_jamesregular';
    color: white;
    font-size: 25px;
    position: absolute;
    top: 80px;
    left: 10px;
}

.text {
    color: white;
    font-family: 'afton_jamesregular';
    font-size: 20px;
    text-align: center;
    width: 450px;
    position: absolute;
    top: 230px;
    left: 270px;
}

.jordan {
    color: white;
    font-family: 'afton_jamesregular';
    font-size: 25px;
    text-align: end;
    position: absolute;
    top: 370px;
    left: 630px;
}

.far {
    text-shadow: -3px 2px grey;
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    color: white;
    font-family: 'dada_antiqueridadaantiquerist';
    position: absolute;
    line-height: 50px;
    top: 500px;
    left: 100px;
    width: 300px;
}

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

.friend {
     text-shadow: -3px 2px grey;
    text-align: center;
    font-size: 40px;
    text-decoration: none;
    color: white;
    font-family: 'dada_antiqueridadaantiquerist';
    position: absolute;
    line-height: 50px;
    top: 500px;
    left: 650px;
    width: 200px;
}

.friend:hover {
    text-shadow: -1px 1px black;
    color: red;
    position: absolute;
    top: 502px;
    left: 648px;
}