/* general base */
html, body {
    height: 100%;
    background-color: #000;
}

body {
    color: #fff;
}
