* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    background-color: #f0ebef;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    max-width: min(100%, 1920px);
    max-height: 100%;
    width: auto;
    height: auto;
    box-shadow: #111 2px 2px 5px;
    border-radius: 2.5rem;
}
