body {
    background-color: rgb(202, 202, 202);
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;  
}

img {
    height: 850px;
}