.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
    animation: colorRotate 6s linear 0s infinite;
    font-family: 'Source Code Pro', monospace;
    font-size: 24px;
    background-image: url(images/bg-black.gif);
    border-radius: 20px;
    width: 99%;
    margin: auto;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

html, body{
  background-image: url(images/stars.gif);
  background-attachment: fixed;
  background-color: #140028; 

  background-repeat: repeat; 
  /* min-width: 100vw; */

}

h1{
  color: white;
  background-color: black;
  width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
  border: solid white 3px;
  font-family: badComic;
}

.info{
  color: white;
  background-color: black;
  width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  border: solid white 3px;
  font-family: badComic;
  padding: 10px;
}

.warn{
  color: red;
  background-color: black;
  width: 550px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  border: solid red 3px;
  font-family: badComic;
  padding: 10px;
}

.categories{
  position: relative;
  padding: 2rem 2rem;
  text-align: center;
}

.box{
  display: inline-block;
  padding: 1rem 1rem;
  vertical-align: middle;
  font-family: badComic;
  background-color: black;
  width: 200px;
  height: 200px;
  text-align: center;
  color: white;
  border: solid white 3px;
  border-radius: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px;
}

img:not(.GameImg, .profile){
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

marquee{
  color: white;
  font-family: 'Source Code Pro', monospace;
  font-size: 24px;
  background-image: url(images/bg-black.gif);
  border-radius: 20px;
  width: 100%;
}

#shadowBox {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
  border: 3px solid;
}

.rainbow {
  text-align: center;
  animation: colorRotate 6s linear 0s infinite;
}

@keyframes colorRotate {
  from {
    color: #6666ff;
  }
  10% {
    color: #0099ff;
  }
  50% {
    color: #00ff00;
  }
  75% {
    color: #ff3399;
  }
  100% {
    color: #6666ff;
  }
}

@font-face {
    font-family: badComic;
    src: url(fonts/ComicSansMS3.ttf);
}

.backbox{
  color: red;
  background-color: black;
  width: 400px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: solid red 3px;
  font-family: 'Source Code Pro', monospace;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.back{
  color: red;
  text-decoration: none;
}

.GameInfo{
  color: white;
  background-color: black;
  width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  border: solid white 3px;
  font-family: badComic;
  padding: 10px;
}

.GameImg{
  max-width:80%;
  border: ridge white 10px;
  margin-top: 20px;
}

.download{
  color: green;
  background-color: black;
  width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  border: solid green 3px;
  font-family: badComic;
  margin-bottom: 20px;
} 

.downloada{
  color: green;
  text-decoration: none;
}

.newgrounds{
  text-decoration: none;
  color: #fda238;
  background-color: black;
  width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  border: solid #fda238 3px;
  font-family: badComic;
  margin-bottom: 20px;
}

.gamejolt{
  color: #ccff00;
  background-color: black;
  width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  border: solid #ccff00 3px;
  font-family: badComic;
  margin-bottom: 20px;
  text-decoration: none;
}

.steam{
  color: #54a5d4;
  background-color: black;
  width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  border: solid #54a5d4 3px;
  font-family: badComic;
  margin-bottom: 20px;
  text-decoration: none;
}

.genres{
  margin: 1rem;
  padding: 2rem 2rem;
  text-align: center;
}

.disInfo{
  width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  padding: 10px;
}

.discord{
  border-radius: 15px;
  border: white 3px solid;
}

.bigtext{
  font-size: 28px;
}

.centerimg{
  vertical-align: text-bottom;
}

.emojiimg{
  vertical-align: baseline;
}

.nounderline{
  text-decoration: none;
}

.bigbunga{
  color: gray;
}

.lang{
  text-align: center;
  color: white;
  background-color: black;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
  border: solid white 3px;
  font-family: badComic;
  text-decoration: none;
}

.noul{
  text-decoration: none;
}

.bigger{
  font-size: 30px;
}

.profile{
  border: solid 3px white;
  border-radius: 10px;
}

.siteRoll{
  color: white;
  background-color: black;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  border: solid white 3px;
  font-family: badComic;
  padding: 10px;
  font-size: 30px;
}

a{
  color: #55a5f0;
}

.red{
  color: red;
}

#kofiframe{
  border-radius: 15px;
  border: white 3px solid;
}

.kofi{
  position: relative;
  padding: 2rem 2rem;
  text-align: center;
}

/* Media Queries */

@media (max-width: 600px) {
  h1 {
    width: 90%;
  }

  .info,
  .warn {
    width: 90%;
  }

  .backbox,
  .imgAdjust,
  .banner,
  .banner2,
  .GameInfo,
  .download,
  .newgrounds,
  .gamejolt,
  .steam,
  .disInfo,
  .lang,
  .siteRoll {
    width: 90%;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  h1 {
    width: 70%;
  }

  .info,
  .warn {
    width: 70%;
  }

  .backbox,
  .imgAdjust,
  .banner,
  .banner2,
  .GameInfo,
  .download,
  .newgrounds,
  .gamejolt,
  .steam,
  .disInfo,
  .lang,
  .siteRoll {
    width: 70%;
  }
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: none;
    scrollbar-color: #5c0075 #000000;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 8px;
    border: 0px none #000000;
  }

/*Eliminates padding, centers the thumbnail */

body, html {
padding: 0;
margin: 0;
text-align: center;
}

/* Styles the thumbnail */

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
 
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
  
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
  overflow:scroll;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0;
}

.banner{
  border-radius: 10px;
  border: solid white 3px;
  background-color: white;
}