body{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.image {
    text-align: center;
}

img {
    width: 75%;
}

div {
    /* width: 50%; */
}