body {
  background: rgb(24, 12, 14);
  background: radial-gradient(
    circle,
    rgba(24, 12, 14, 1) 0%,
    rgba(255, 0, 62, 1) 100%,
    rgba(54, 13, 19, 1) 100%
  );
}


h1 {
  font-size: 40px;
  color: white;
  text-shadow: -1px 2px 25px crimson;
  background-color: black;
  text-align: center;
}
