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

.user-frame {
  position: relative;
  background-color: #ffffff;
  width: 400px;
  height: auto;
  min-height: 500px;
  color: #000;
  border: 2px solid #777777;
  margin: 10px auto 250px;
  right: 240px;
}

.user-stats {
  position: relative;
  background-color: #ffffff;
  width: 400px;
  height: auto;
  min-height: 200px;
  color: #000;
  border: 2px solid #777777;
  margin: 10px auto 100px;
  right: 240px;
  bottom: 240px;
}

.user-stats h5 {
  text-align: center;
  font-size: 20px
}

.user-badges {
  position: relative;
  background-color: #ffffff;
  width: 400px;
  height: 200px;;
  min-height: 200px;
  color: #000;
  border: 2px solid #777777;
  margin: 10px auto 100px;
  right: 240px;
  bottom: 330px;
}

.user-badges h5 {
  text-align: center;
  font-size: 20px
}

.user-badges a {
  color: #ffffff00
}

.badge-icon {
  background-color: #b1b1b1;
  border: 2px solid #7e7e7e;
}

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

.copyrightbar {
  background-color: #0027ff;
  display: flex;
  justify-content: center;
  position: static;
  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;
}

.username-label {
  text-align: center;
  font-size: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.aboutme-label {
  text-align: center;
}

.gender-label {
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
}

.created-label {
  font-size: 20px;
  text-align: center;
}

.visits-label {
  font-size: 20px;
  text-align: center;
}

.friends-label {
  font-size: 20px;
  text-align: center;
}

.bestfriends-label {
  font-size: 20px;
  text-align: center;
}

.blocks-label {
  font-size: 20px;
  text-align: center;
}

.status {
  background-color: #777777;
  height: 50px;
  text-align: center;
  font-size: first-line;
  color: #ffffff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px  1px 0 #000, 2px  1px 0 #000;
}

.user-frame canvas {
  width: 350px;
  margin-left: 25px;
  margin-top: -50px;
  pointer-events: none;
}

.content-creator_icon {
  height: 35px;
  margin-right: -35px;
  margin-bottom: -5px;
  margin-left: -15px;
}

.admin_icon {
  height: 40px;
  margin-right: -35px;
  margin-bottom: -9px;
  margin-left: -15px;
}

.user-badges img {
  height: 85px;
}

.ban-warning {
  color: #ff0000;
  background-color: #3f3f3f;
}

.status-online { 
  color: #3b82f6;
  text-align: center;
  text-transform: capitalize;
}

.status-ingame { 
  color: #22c55e;
  text-align: center;
  text-transform: capitalize;
}

.status-offline { 
  color: #9ca3af;
  text-transform: capitalize;
  text-align: center;
}

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

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

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