body {
  background-color: white;
  overflow: hidden;
  padding: 0;
  margin:0;
}

#target {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
}
