body, wrapper {
    min-height:100vh;
    font-weight: bold;
    font-family: 'DIN-Bold' !important;
    font-size: 24pt;
    color: gold;
    background-color: #000;
}

main {
    margin-top: auto;
    margin-bottom: auto;
}

@font-face {
    font-family: DIN-Regular;
    src: url('../fonts/din-regular-webfont.woff');
}

@font-face {
    font-family: DIN-Medium;
    src: url('../fonts/din-medium-webfont.woff');
}

@font-face {
    font-family: DIN-Bold;
    src: url('../fonts/din-bold-webfont.woff');
}