body {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(189deg, hsl(180, 10%, 90%) 0%, hsl(43, 27%, 90%) 100%);
    height: 100svh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
img {
    width: 100%;
    max-width: 600px;
    max-height: 100%;
    object-fit: contain;
}