html, body {
  height: 100%;
}

body {
  margin: 0;
  background-image: url("tumblr.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment: fixed;
  background-color: #0b1b2b;
}
