body{
    height: 90vh;
    display: grid;
    place-items: center;
}

.wrapper{
    width: 1000px;
}
.wrapper img{
    width: 100%;
}