h1 {
     color: pink;

}

body {
     background-image: linear-gradient(purple, rgb(132, 11, 253));
}

a {
     color: yellow;
}