1body { 2 color: white; 3 display: grid; 4} 5#main { 6 background-image: linear-gradient(red,yellow,purple); 7} 8h1 { 9 font-weight: bold; 10 text-align:center; 11} 12a { 13 text-decoration: none; 14 color: white; 15} 16 17