body {
    margin: 0;
    height: 100vh;
    background: linear-gradient(-54deg, rgb(7, 187, 103) 0%, rgb(0, 255, 34) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 80vw;
    max-height: 80vh;
    cursor: pointer;
    user-select: none;
}