@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');
 
/*

<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');
.tilt-neon-<uniquifier>
{
  font-family: "Tilt Neon", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "XROT" 0,
    "YROT" 0;
}
.orbitron-<uniquifier> {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.gruppo-regular {
  font-family: "Gruppo", sans-serif;
  font-weight: 400;
  font-style: normal;
}
box-shadow: 2px 4px 9px #FFC8FD;
box-shadow: 2px 4px 9px #FFD573;
background-image: radial-gradient(#13224F, #161B2A);
Gnomen<sup class="TM">&#8482;</sup>
*/
body
{
    background-color: darkslategrey;
}
.Alpha
{
    position: relative;
    width: 100vw;
    height: 100vh;
    text-align: center;
}
h1
{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    margin: auto;
    font-family: "Gruppo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    color: lightcyan;
}
h2
{
    position: relative;
    margin: auto;
    font-family: "Gruppo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    color: lightcyan;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0);
}
.TM
{
    text-decoration: none;    
}
.copy
{
    font-size: 1.5em;
}


