body {
  margin: 0;
  height: 700000px;
}

#pic {
  width: 100vw;
  height: auto;
}

#pic-div {
  position: fixed;
  width: 100vw;
  height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
