body {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}