body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center; 
    align-items: center;     
    background-color: #ffffff;
}

img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}