body {
  background-color:black;
  background-image:url("bck-mindwarp.jpg");
  color:white;
    font-family: "Sour Gummy", sans-serif;
}
.sour-gummy-<uniquifier> {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
div.return {
 
}
div.box {
  background: #440D91;
background: linear-gradient(0deg,rgba(68, 13, 145, 1) 0%, rgba(106, 38, 201, 1) 48%, rgba(176, 86, 199, 1) 100%);
border-color:#4E13A1;
border-style:inset;
  width:600px;
  text-align:center;
  display:block;
  margin:auto;
   border-radius:4px;
   padding:3px;
}
h1 {
  color:white;
  text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}