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

p {
    color: white;
    font-family: 'afton_jamesregular';
    font-size: 30px;
    width: 750px;
    position: absolute;
    top: 100px;
    left: 50px;
}

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

a:hover {
    text-shadow: 0px -1px black;
    position: absolute;
    top: 352px;
    left: 578px;
    color: red;
}