/* @font-face {
    font-family: Simply-Rounded;
    src: url(/fonts/Simply-Rounded/Simply_Rounded.ttf);
} */

/* @font-face {
    font-family: Raleway;
    src: url(/fonts/raleway/Raleway-Regular.ttf);
} */

/* @font-face {
    font-family: Baloo;
    src: url(fonts/Baloo/Baloo-Regular.ttf);
} */


html, body {
    height: 100%;
}

body {
    font-family: Helvetica;
    font-weight: lighter;
    /* background: #3b444b; */
    /* background: #313639; */
    background: black;
    overflow: hidden; // no scrollbars..
}
