@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: #330033;
    background-image: linear-gradient(to right, black, #330033, black);
}

.Alpha
{    
    width: 40vw;
    height: 100vh;
    margin: auto;
    text-align: center;
}

.TimeCubeImg
{    
    max-width: 100%;
    height: auto;
    padding: 120px 0px 0px 0px;
}

.Alpha p
{
    max-width: 100%;
    margin: auto;
    height: auto;
    padding: 10px 0px 40px 0px;
    font-family: "Gruppo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6em;
    color: lightcyan;
}

h1
{
    text-align: left;
    position: fixed;
    margin: auto;        
    width: 100vw;
    height: auto;
    padding: 10px 0px 10px 20px;
    font-family: "Gruppo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    color: lightcyan;
    background-image: linear-gradient(to right, black, #330033, black);
    
}

h2
{
    
    margin: auto;    
    padding: 10px 0px 10px 0px;
    font-family: "Gruppo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    color: lightcyan;
    
}
.SteamLink
{    
    margin: auto;  
    padding: 0;    
}

h3
{
    position: fixed;
    width: 100vw;
    height: auto;
    margin: auto;
    font-family: "Gruppo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    color: lightcyan;
    background-color:black;
    bottom:0%;
    left: 50%;   
    transform: translate(-50%, 0%);
}

.TM
{
    text-decoration: none;    
}

.copy
{
    font-size: 1.5em;
}


 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)
{
    .Alpha
    {    
        width: 90vw;       
    }
    h1
    {
        font-size: 1.5em;
    }
    h2
    {
        font-size: 2em;
    }
    .Alpha p
    {
        font-size: 1.5em;
    }
        
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) 
{
    .Alpha
    {    
        width: 90vw;       
    }
    h1
    {
        font-size: 1.5em;
    }
    h2
    {
        font-size: 2em;
    }
    .Alpha p
    {
        font-size: 1.5em;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) 
{
    .Alpha
    {    
        width: 80vw;       
    }
    h1
    {
        font-size: 3em;
    }
    h2
    {
        font-size: 3em;
    }
    .Alpha p
    {
        font-size: 1.6em;
    }
   
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) 
{
    .Alpha
    {    
        width: 70vw;       
    }
    h1
    {
        font-size: 3em;
    }
    h2
    {
        font-size: 3em;
    }
    .Alpha p
    {
        font-size: 1.6em;
    }
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1300px) 
{
     .Alpha
    {    
        width: 40vw;       
    }
} 