* {
  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 {
  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;
}

.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;
}

.featured-game-thumbnail img {
  width: 325px;
}

.status-input {
  padding: 8px 10px;
  margin-bottom: 15px;
  border: 1px solid #777777;
  height: 25px;
  width: 300px;
  background-color: #b6b6b6;
}

.aboutme-input {
  padding: 8px 10px;
  margin-bottom: 15px;
  border: 1px solid #777777;
  height: 135px;
  width: 375px;
  background-color: #b6b6b6;
  padding-bottom: 115px;
}

.extras h5 {
  font-style: normal;
  font-size: 17.5px;
  width: 89px;
}

.extras h3 {
  width: 143px;
}

.extras button {
  width: 72px;
  height: 25.25px;
  border-color: #777777;
  background-color: #b6b6b6;
  border: 1px solid #777777;
  cursor: pointer;
}

.featured-game-players {
  color: #0000ff;
}

.featured-game-players {
  width: 325px;
}

.featured-game-creator a {
  color: #0000ff;
}

.featured-game-creator {
  width: 325px;
}

.featured-game-name a {
  font-size: 25px;
}

.featured-game-name {
  width: 325px;
}

.extras {
  position: absolute;
  max-width: 1000px;
  margin-left: 400px;
  bottom: 250px;
}

.featured-game-last-updated {
  width: 325px;
}

.player-frame-image img {
  background-color: #b6b6b6;
  border: 1px, solid #777777;
  height: 300px;
  width: 250px;
  border-radius: 0px;
  object-fit: contain;
}

.main-frame {
  max-width: 250px;
  max-height: 500px;
  height: 450px;
  margin-left: 50px;
}

.friends-div {
  text-align: center;
  max-width: 60px;
  color: #ff0000;
}

.bestfriends-div {
  text-align: center;
  max-width: 780px;
  color: #0000ff
}

.visits-div {
  text-align: center;
  max-width: 60px;
  background-image: linear-gradient(to right, #ff0000, #fff000, #00ff00, #000fff, #fe00ff);
  webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stats-frame {
  display: flex;
  width: 250px;
  align-items: center;
  gap: 25px;
  background-color: #b6b6b6;
  border: 1px, solid #777777;
}

.bv-discord {
  max-width: 250px;
  margin-top: 5px;
}

.bv-discord img {
  height: 139px;
  width: 250px;
  border: 1px, solid #777777;
}

.games-list {
  display: flex;
  list-style: none;
  justify-content: left;
  padding: 0;
}

.game {
  margin-left: 25px;
}

.game_thumbnail img {
  max-width: 250px;
}

.game_name {
  width: 250px;
  color: #000000;
  font-size: 20px;
}

.game_last_update {
  width: 250px;
}

.game_creator {
  width: 250px;
}

.game_creator_name {
  color: #0000ff;
}

.game_players {
  width: 250px;
  color: #0000ff;
}

.main {
  display: none;
}

.TEXT {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.TEXT-2 {
  display: inline-block;
  font-size: 15px;
  width: 100%;
  text-align: center;
}