body {
    background-color: black;
    align-content: center;
}

img {
    height: 50%;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;

}