body {
    margin: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
img {
    max-width: 300px;
    height: auto;
    cursor: pointer;
}
