@font-face {
    font-family: Des;
    src: url(desdemon.ttf);
}

#header {
    padding: 1vh 10vw;
    text-align: center;
    color: white;
    background-color: black;
    border-bottom: solid white 5px;
    /*
    background-image: url("../images/grainRed.jpg");
    filter: brightness(40%);
    */
}

#header a {
    text-decoration: none;
    color: whitesmoke;
    font-weight: bold;
    font-size: 18px;
}

#header a:hover {
    color: white;
}


#title {
    font-size: 104px;
    font-family: Des;
}

#content {
    padding: 0 2vw;
    top:0;
    z-index: 1;
    background-image: url("../images/grainRed.jpg");
    min-height: 100vh;
}

#background-image {
    z-index: 0;
}




#footer {
    text-align: center;
    color: whitesmoke;
    font-size: 24px;
    padding: 2vw 10vw;
    background-color: black;
    float: bottom;
}
