body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(26, 29, 36);
}

img {
    max-width: 100%;
    max-height: 100%;
}