html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

.ship {
  width: 128px;
  height: 128px;
  position: absolute;
  background-image: url(./ships2.png);
  background-size: 512px 512px;
  background-repeat: 'no-repeat';
  transform-origin: 'center center';
  display: block;
}

.trail {
  width: 0px;
  height: 0px;
  position: absolute;
}