@font-face
{
    font-family: YanoneKaffeesatz-SemiBold;
    src: url(assets/fonts/YanoneKaffeesatz.ttf) format('truetype');
}

html, body
{
    margin: 0;
    padding: 0;
    overflow: hidden;    
}

body 
{
    background-color: black;
}