body{
  background: linear-gradient(150deg, rgb(151, 0, 0), rgb(17, 0, 112) 30% 40%, rgb(14, 0, 95) 45% 55%, rgb(17, 0, 112) 60% 70%,rgb(160, 136, 0));
  min-height: 100vh;
	font-family: arial;
	font-weight: bolder;
}

h1{
  font-size: 100px;
  color: rgb(4, 4, 250);
  text-align: center;
  -webkit-text-stroke: 7px black;
  font-family: cursive;
  margin-top: 20px;
  margin-bottom: 0px;
}