
<style>
*,*::after,*::before {
box-sizing:border-box;
}
body {
margin: 0;
width: 100vw;
height: 100vh;
background: radial-gradient(circle at 50% 50%, #eeeeee 0%, #333 100%);
font-family: 'PT Mono';
}
h1 {
margin: 0;
font-family: 'Montserrat';
position:absolute;top:50%;left:50%;
height:200px;width:200px;;text-align:center;line-height:200px;font-size:200px;
font-weight: 400;
color: rgba(230,230,230,1);
text-shadow: 0 0px 50px rgba(255,255,255,.75), 0 0px 150px rgba(255,255,255,0.5), 0 0px 200px rgba(255,255,255,0);
transform: translate(-55%, -50%);
transform-origin: 50%;
cursor: poin