body {
    background: #fff;
}
.box{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.box img{
    width: 50%;
}