body {
  color: white;
  display: grid;
}
#main {
  background-image: linear-gradient(red,yellow,purple);
}
h1 {
  font-weight: bold;
  text-align:center;
}
a {
  text-decoration: none;
  color: white;
}
