
  body {
  height: 1000px;
  background-color: purple;
  background-image: linear-gradient(purple, black);

  color: white;
  font-family: Verdana;
}

  .a {
  text-align: center;
}