@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe:ital@0;1&display=swap');

body {
  background-color: #0d1a26;
  color: black;
  font-family: Verdana;
}

h1 {
color: #0F0;
position: absolute;
top:50%;
left:50%;
margin: -24px 0 0 -80px;
font:normal 2.5em "Alumni Sans Pinstripe", sans-serif;
text-shadow: 0 0 5px #0f0, 0 0 10px #0f0, 0 0 20px #0f0;
/*
text-shadow: 0 0 5px #00f, 0 0 10px #00f, 0 0 20px #00f;
text-shadow: 0 0 5px gold, 0 0 10px gold, 0 0 20px orange;
*/
}

.cursor {
  display: inline-block;
  color: #0f0;
  font-weight: bold;
}


