body {
    background-image: url("bg.jpg");
    background-position: center;
    background-size:cover;
    color: white;
    font-size: 16px;
    font-family: "Audiowide", sans-serif;
}




/* ALLGEMEIN */

#wrapper {
    min-height: 100%;
    width: 100%;
}

.content {
    width: 80%;
}


/* LINKS */

a:link {
    color: white;
    /* font-family: 'cruiser_fortress_punchregular'; */
    font-weight: bold;
    text-decoration: underline;
    padding: 7px;
    margin: 10px;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}


a:hover {
    border: 4px solid white;
}


/* FONTS */

@font-face {
    font-family: 'cruiser_fortress_3d_italicIt';
    src: url('./../font/cruiserfortress3dital-webfont.woff2') format('woff2'), url('font/cruiserfortress3dital-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cruiser_fortress_chromeRg';
    src: url('./../font/cruiserfortresschrome-webfont.woff2') format('woff2'), url('font/cruiserfortresschrome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cruiser_fortress_punchregular';
    src: url('./../font/cruiserfortresspunch-webfont.woff2') format('woff2'), url('font/cruiserfortresspunch-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}