@import url('https://fonts.googleapis.com/css2?family=Bungee+Outline&display=swap');
body {
    background-color: black;
    background-image: url("https://www.transparenttextures.com/patterns/3px-tile.png");
    color: white;
    font-family: 'Bungee Outline', sans-serif;
}

h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    font-size: 400%;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px rgb(255, 0, 191), 0 0 80px rgb(255, 0, 255), 0 0 90px rgb(255, 0, 234), 0 0 100px rgb(255, 0, 200), 0 0 150px rgb(255, 0, 212);
}