body {
    background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet, red);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}
