body {
    background-color: #000000;
}

div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
}
img {
    width: 60%;
    height: 800px;

}