html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #000;
    background-image: url("/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
}