html,
body {
  height: 100%
}

body {
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

div#img {
  height: 130px;
  width: 1px;
  cursor: arrow;
}