@charset "utf-8";

@font-face {
    font-family: 'Ubuntu Mono Bold';
    src: url('UbuntuMono-Bold.eot');
    src: url('UbuntuMono-Bold.eot?#iefix') format('embedded-opentype'),
        url('UbuntuMono-Bold.woff2') format('woff2'),
        url('UbuntuMono-Bold.woff') format('woff'),
        url('UbuntuMono-Bold.ttf') format('truetype'),
        url('UbuntuMono-Bold.svg#UbuntuMono-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu Mono';
    src: url('UbuntuMono-Regular.eot');
    src: url('UbuntuMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('UbuntuMono-Regular.woff2') format('woff2'),
        url('UbuntuMono-Regular.woff') format('woff'),
        url('UbuntuMono-Regular.ttf') format('truetype'),
        url('UbuntuMono-Regular.svg#UbuntuMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu Mono Bold Italic';
    src: url('UbuntuMono-BoldItalic.eot');
    src: url('UbuntuMono-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('UbuntuMono-BoldItalic.woff2') format('woff2'),
        url('UbuntuMono-BoldItalic.woff') format('woff'),
        url('UbuntuMono-BoldItalic.ttf') format('truetype'),
        url('UbuntuMono-BoldItalic.svg#UbuntuMono-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu Mono Italic';
    src: url('UbuntuMono-Italic.eot');
    src: url('UbuntuMono-Italic.eot?#iefix') format('embedded-opentype'),
        url('UbuntuMono-Italic.woff2') format('woff2'),
        url('UbuntuMono-Italic.woff') format('woff'),
        url('UbuntuMono-Italic.ttf') format('truetype'),
        url('UbuntuMono-Italic.svg#UbuntuMono-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Andale Mono';
    src: url('AndaleMono.eot');
    src: url('AndaleMono.eot?#iefix') format('embedded-opentype'),
        url('AndaleMono.woff2') format('woff2'),
        url('AndaleMono.woff') format('woff'),
        url('AndaleMono.ttf') format('truetype'),
        url('AndaleMono.svg#AndaleMono') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monaco';
    src: url('Monaco.eot');
    src: url('Monaco.eot?#iefix') format('embedded-opentype'),
        url('Monaco.woff2') format('woff2'),
        url('Monaco.woff') format('woff'),
        url('Monaco.ttf') format('truetype'),
        url('Monaco.svg#Monaco') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Consolas';
    src: url('Consolas.eot');
    src: url('Consolas.eot?#iefix') format('embedded-opentype'),
        url('Consolas.woff2') format('woff2'),
        url('Consolas.woff') format('woff'),
        url('Consolas.ttf') format('truetype'),
        url('Consolas.svg#Consolas') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Rubik';
    src: url('Rubik-Regular.eot');
    src: url('Rubik-Regular.eot?#iefix') format('embedded-opentype'),
        url('Rubik-Regular.woff2') format('woff2'),
        url('Rubik-Regular.woff') format('woff'),
        url('Rubik-Regular.ttf') format('truetype'),
        url('Rubik-Regular.svg#Rubik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans.eot');
    src: url('NotoSans.eot?#iefix') format('embedded-opentype'),
        url('NotoSans.woff2') format('woff2'),
        url('NotoSans.woff') format('woff'),
        url('NotoSans.ttf') format('truetype'),
        url('NotoSans.svg#NotoSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
overflow-y: scroll;
background-color:#ffffff;
}

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin: 0 auto;
align:center;
max-width:1600px;
z-index:1;
font-family:Noto Sans;
font-size: 14px;
color: #333333;
}

.heading {
font-family:Rubik;
font-size:22px;
}

