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

html {
    height: 100%;
}

body {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #181818;
    color: #E0E0E0;
    font-family: 'Design System';
    font-size: 9vw;
    text-align: center;
}

p {
    display: table-cell;
    vertical-align: middle;
}