body {
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: #200;
}
img[alt="amalgam"] {
    width: 70vw;
    height: 70vh;
    
    object-fit: contain;
    image-rendering: pixelated;
}