html {
    font-family:            sans;
    font-size:              1em;/*1rem;*/
    -webkit-font-smoothing: antialiased;
}

body {
    background:     rgba( 0, 0, 0 );
    margin:         0px;
    overflow:       hidden;
}

