h1 {
    display: block;
    font-size: 120px;
    background: linear-gradient(90deg,red,yellow,blue,violet,orange,green,indigo);
    background-clip: text;
    color: transparent;
    /* text-align: center; */
}

img {
    max-height: 600px;
    max-width: 600px;
}