* {
    margin: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
}

body {
    display: flex;
    justify-items: center;
    text-align: center;
    align-items: center;
    justify-content: center;
}

img {

    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}
