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

body {
    background: black;
}

.text {
     text-shadow: -2px 1px black;
    color: white;
    font-family: 'afton_jamesregular';
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: 30px;
}

.text2 {
    text-shadow: -2px 1px black;
     color: white;
    font-family: 'afton_jamesregular';
    font-size: 25px;
    text-align: start;
    width: 580px;
    position: absolute;
    top: 70px;
    left: 30px;
}

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

a:hover {
    color: red;
    text-shadow: 0px 0px black;
    position: absolute;
    top: 285px;
    left: 795px;
}