.godzilla {
  background: #2f2f2f;
}
.wednesday {
    background: #6eaacf;
}
.squid {
    background: #e1e1e1;
}
.h1 {
  color: #fff;
}
.halloween {
  background-color: #584867;
}

.naruto {
  background-color: #e0f7fa;
}

.santa {
    background-color: #0277bd;
  }

.night {
    background-color: #000;
}

.cat {
    background: #333;
}

.cat .runner-container {
    background-image: url(https://site-blocker.info/games/dino/assets/space.jpg);
}

.mario {
  background-color: #75a5f9;
}

.batman, .joker {
  background-color: #000;
}

#theme-title.night-title{
  color: #FFF;
}

#theme-title.halloween-title, #theme-title.godzilla-title, #theme-title.batman-title, #theme-title.joker-title{
  color: #d91ce6;
}

.info {
  position: absolute;
  bottom: 30px;
  left: 15px;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.game-list a,
.game-list a:visited {
  color: #ccccff;
}

.naruto .info {
  color: #000;
}
.naruto .game-list a,
.naruto .game-list a:visited {
  color: #3f51b5;
}

.orange .info,
.orange .game-list a, 
.orange .game-list a:visited{
  color: #023cbd;
}