body {
    margin: 0;
    background-color: #fff;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

img {
    max-width: 100%;
    height: auto;
}
