@font-face {
    font-family: GraublauWebBold;
    src: url(../fonts/GraublauWebBold.otf) format('opentype');
}

body { 
    font-family: "GraublauWebBold", arial black; 
    overflow: hidden; 
    margin: 0px;
    color: black; 
    font-size: 29em;
    text-align: center;
    letter-spacing: -58px;
}

a{
    text-decoration: none;
    padding: 100px 70px 400px 20px;
}

a:hover{
    color: white;
    background-color: black;
    padding: 100px 70px 400px 20px;
}

#footer{
    font-family: arial;
    font-size: 10px;
    color: white; 
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 800px;
    letter-spacing: 0px !important;
    border: 0px solid red;
    height: 20px;
}

#footer a{
    color: white !important; 
    padding: 0px !important;
}

#footer a:hover{
    background-color: transparent !important;
    color: fuchsia !important; 
}