body {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 100px;
}

img {
    width: 500px;
}