body,
html {
    font-family: "Roboto", sans-serif;
    font-weight:400;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* min-width: 620px; */
    
}

#stg-links {
    font-family: "Spectral SC", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    color: #97D6FF !important;
    letter-spacing: 0.1em;
}
#stg-links a {
    text-decoration: none;
    color: #97D6FF !important;

   
}
#stg-links a:hover {
    color: white  !important;
}

body {
    position: relative;
    background-color: #060619;
}

#page-wrapper {
    width: 100%;
    /* background-color: #1B1D4E; */
    padding: 15px;
    /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* border: 3px solid #132392;
  border-style: groove;
  border-color: #132392;
  border-width: 7px;
  border-radius: 25px; */
  color: white;
  text-align: center;
  margin: 0 auto;
  padding:0px;
  max-width: 1280px;
  min-height: 100%;

}
#page-wrapper a {
    color:white;
}
#page-content {
        /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 80%;
  margin: 0 auto;
padding-top: 20px;
padding-top: 0px;
margin-top: -4em;


}
#game-branding {
    width: 100%;
    margin: 0 auto;
}
#game-branding.stg {
    width: 60%;
    margin: 0 auto;
}

#game-branding img {
    width: 100%;
}
#corp-branding {
    width: 30%;
    margin: 0 auto;
    max-width: 384px;
}

#corp-branding img {
    width: 100%;
}


#movie {
    width: 65%;
    margin: 0 auto;
    margin-top: 3.5em;
    margin-bottom: 3.5em;
}

@media screen and (max-width: 950px) {
    #page-content {
        width: 100%;
        margin-top: -2em;
    }
    #game-branding.stg {
        width: 90%;
    }
    #stg-links {
        font-size:1.6em;
    }
    #movie {
        width: 90%;
    }
}
@media screen and (max-width: 650px) {
    #stg-links {
        font-size:1.4em;
        letter-spacing: 0em;
    }

}



#page-wrapper ul {
    background-color: white;
color: black;
position: ;
padding: 10px;
width: fit-content;
margin: 0 auto;
font-family: "Roboto Mono", monospace;
font-optical-sizing: auto;

}
#page-wrapper ul li {
    list-style-type: none;
    display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
border-bottom: 1px solid grey;
margin-bottom: 4px;
}
#page-wrapper ul li:last-of-type {
    border: unset;
    margin-bottom:0;
}
.material-symbols-outlined {
  cursor: pointer;
  display:none !important;
  margin-left: 10px;
  padding-bottom:2px;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

a.clipboardCopier {
    color:gray !important;
}
#keyShower {
    background-color: white;
color: black !important;
text-decoration: none;
background-size: ;
padding: 10px;
margin: 12px;
display: block;
width: fit-content;
margin: 0 auto;
border-radius: 10%;
margin-top: 20px;
margin-bottom: 20;
font-weight: bold;
}
#copyright {
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 0.8em;
}