body {
  background:linear-gradient(to bottom left, #ff66ff 0%, #00ffff 100%);
}
p {
  color:#73008c;
  font-family:cursive;
  width: auto;
  font-size:30px;
  
}
h1 {
  font-weight:bold;
  text-align:center;
  color:#9400D3;
  font-family: fantasy;
  text-decoration:underline dotted;
}