* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Comic Sans MS";
}

body {
  background: url(/images/background-image.png);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}

.top-bar {
  position: relative;
  font-size: 16px;
  background-color: #0027ff;
  padding: 15px 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 900px;
  margin: auto;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}

.top-bar a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.player-bar {
  font-size: 16px;
  background-color: #425fff;
  padding: 10px 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 900px;
  margin: auto;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}

.player-bar a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: normal;
}

.games-frame {
  position: relative;
  background-color: #ffffff;
  width: 900px;
  height: auto;
  min-height: 850px;
  color: #000;
  border: 2px solid #777777;
  margin: 0 auto 250px;
  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner img {
  height: 300px;
  margin: auto;
  display: block;
}

.register-link-button {
  margin-top: 4px;
  background-color: #0027ff;
  color: white;
  border: none;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  height: 27px;
  width: 100px;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.register-link-button:hover {
  background-color: #0025f4;
}

.copyrightbar {
  background-color: #0027ff;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -51px;
  width: 900px;
  height: 95px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.copyrightbar span,
.copyrightbar a {
  display: block;
  margin-bottom: 5px;
}

.copyrightbar a {
  text-decoration: none;
}

.youtube-icon {
  transform: translateX(450%);
  text-align: center;
  width: 42px;
  height: 42px;
}

.youtube-icon img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}

.game_creator_name {
  color: #0000ff;
  text-decoration: none;
}

.thum {
  width: 450px;
  border: 1px solid #000000;
  margin-bottom: 5px;
}

.name {
  width: 450px;
  background-color: #00000059;
  border: 1px solid #000000;
  text-align: center;
  margin-bottom: 5px;
}

.stats {
  margin-top: 5px;
  background-color: #00000038;
  border: 1px solid #000000;
  width: 650px;
  text-align: center;
  margin-top: 10px;
}

.stats a {
  margin-right: 10px;
  margin-left: 10px;
}

.players {
  color: #0000ff;
}

.created {
  color: #ff0000;
}

.updated {
  color: #00a600;
}

.visits {
  color: #fff000
}

.desc {
  margin-top: 5px;
  background-color: #00000038;
  border: 1px solid #000000;
  width: 855px;
  height: 200px;
  text-align: center;
  margin-top: 15px;
}

.blocks {
  background-color: #a5a5a5;
  position: absolute;
  left: 710px;
  width: 100px;
  height: 30px;
  border: 2px solid #777777;
}

.blocks img {
  position: absolute;
  width: 50px;
  bottom: -12px;
  right: 60px;
}

.blocks-count {
  position: absolute;
  left: 6px;
  bottom: 2px;
  width: 5px;
  color: #ffffff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.play-button {
  margin-top: 25px;
  background-color: #00a526;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 60px;
  font-size: 24px;
  border: 2px solid #198700;
}

.play-button:hover {
  background-color: #00bf2c;
}

.download {
  background-color: #a5a5a5;
  border: 2px solid #777777;
  color: #3b3b3b;
}

.play-button.disabled {
  margin-top: 25px;
  background-color: #a5a5a5;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 60px;
  font-size: 24px;
  border: 2px solid #777777;
  cursor: not-allowed;
  pointer-events: none;
}

.play-button.shutdown {
  margin-top: 25px;
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 60px;
  font-size: 24px;
  border: 2px solid #620000;
  cursor: not-allowed;
  pointer-events: none;
}

.vote-bar {
  margin-top: 13px;
  background-color: #c7c7c7;
  border: 1px solid #000000;
  width: 240px;
  padding: 0px 80px;
  height: 45px;
}

.like-btn {
  position: absolute;
  background-color: #ffffff00;
  border: 0px solid #0000;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-left: -10px;
}

.like-btn img {
  width: 25px;
}

.like-btn span {
  position: absolute;
  margin-top: 5px;
  margin-left: -35px;
}

.like-btnactive {
  position: absolute;
  background-color: #ffffff00;
  border: 0px solid #0000;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-left: -10px;
}

.like-btnactive img {
  width: 25px;
}

.like-btnactive span {
  position: absolute;
  margin-top: 5px;
  margin-left: -35px;
}

.dislike-btn {
  position: absolute;
  background-color: #ffffff00;
  border: 0px solid #0000;
  width: 35px;
  height: 35px;
  margin-top: 7px;
  margin-left: 50px;
}

.dislike-btn img {
  width: 25px;
}

.dislike-btn span {
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
}

.dislike-btnactive {
  position: absolute;
  background-color: #ffffff00;
  border: 0px solid #0000;
  width: 35px;
  height: 35px;
  margin-top: 7px;
  margin-left: 50px;
}

.dislike-btnactive img {
  width: 25px;
}

.dislike-btnactive span {
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
}