html, body,
a, img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: #000;
}

body {
    line-height: 1;
    font-family:sans-serif;
    overflow:hidden;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri-Bold.eot');
    src: url('fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Calibri-Bold.woff2') format('woff2'),
    url('fonts/Calibri-Bold.woff') format('woff'),
    url('fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('fonts/PTSans-NarrowBold.eot');
    src: url('fonts/PTSans-NarrowBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/PTSans-NarrowBold.woff2') format('woff2'),
    url('fonts/PTSans-NarrowBold.woff') format('woff'),
    url('fonts/PTSans-NarrowBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Core Mellow Condensed';
    src: url('fonts/CoreMellowCondensed-Bold.eot');
    src: url('fonts/CoreMellowCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/CoreMellowCondensed-Bold.woff2') format('woff2'),
    url('fonts/CoreMellowCondensed-Bold.woff') format('woff'),
    url('fonts/CoreMellowCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

