*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.imageWapper{
    min-height: 100vh;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imageDiv{
    width: 60%;

}
.imageDiv img{
    width: 100%;
}