body {
 background-color:white;
 margin: 0px;
}

#target {
 width: 100%;
 height:1500px;
 position: relative;
}

.imageBox {
 width: 350px;
 height: 520px;
 position: fixed;
 background-image: url('img1.png');
 background-repeat: no-repeat;
 background-size: cover;
}

.slideOne {
 display:flex;
 justify-content: center;
}

.slideOne p {
 font-weight:bold;
 font-size: 25px;
}

html {
  overflow:   scroll;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}