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

.games-frame ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  height: 50px;
  margin-top: 10px;
}

.shop-item {
  position: relative;
  display: block;
  background-color: #bababa;
  width: 150px;
  height: 150px;
  margin-left: 20px;
  margin-bottom: 25px;
  border: 2px solid #777777;
}

.shop-item a {
  text-align: center;
  color: #000;
  text-decoration: none;
  display: block;
  width: 130px;
  margin: 5px auto 0;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.2;
}

.shop-item img {
  position: relative;
  left: 25px;
  background-color: #0000002b;
}

.shop-item p {
  color: #0000ff;
  text-align: center;
  margin-top: 15px;
}

.shop-item label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 149px;
  height: 1px;
  text-align: center;
}

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

.btn {
  background-color: #a5a5a5;
  border: 2px solid #777777;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
}

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

.create-item-frame form {
  width: 200px;
}

.create-item-frame form input {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: none;
  background-color: #a5a5a5;
  border: 2px solid #777777;
  margin-bottom: 15px;
}

.create-item-frame form button {
  background-color: #a5a5a5;
  border: 2px solid #777777;
  width: 100px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}

.preview-item {
  background-color: #a6a6a6;
  border: 2px solid #777777;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}

.label-preview-item {
  position: relative;
  left: -2px;
  font-size: 25px;
}

.price-preview-item {
  color: #0000ff;
  margin-top: 10px;
}

.creator-label a {
  text-decoration: none;
  color: #0000ff;
}

.item-frame form button {
  background-color: #a5a5a5;
  border: 2px solid #777777;
  width: 100px;
  height: 45px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}

.shop-item form button {
  position: relative;
  background-color: #a70000;
  border: 2px solid #700000;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  bottom: 144px;
  right: 2px;
  z-index: 2;
}

.hitbox {
  position: absolute;
  inset: 2px;
  z-index: 5;
  /* opacity: 0.2;
  background-color: red; */
}

.edit {
  position: absolute;
  top: 141px;
  left: 6px;
  height: 23px;
  background-color: #777;
  border: 2px solid #454242;
  display: flex;
}

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

.pagination {
  text-align: center;
  margin-top: 700px;
}

.pagination a {
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #c2c2c2;
  color: #000;
}

.pagination strong {
  padding: 5px 12px;
  border: 1px solid #000;
  margin: 0 2px;
  background-color: #eee;
}

.blocks {
  background-color: #a5a5a5;
  position: absolute;
  margin-left: 660px;
  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;
}

.safe {
  background-color: #00ff0038;
  border: 2px solid #00ff005e;
  width: 750px;
  height: 100px;
  color: #008f00;
  padding: 27.5px 20px;
  font-size: 30px;
  text-shadow: -1px -1px 0 #004700, 1px -1px 0 #004700, -1px 1px 0 #004700, 1px 1px 0 #004700;
}

.error {
  background-color: #ff000038;
  border: 2px solid #ff00005e;
  width: 750px;
  height: 100px;
  color: #8f0000;
  padding: 27.5px 20px;
  font-size: 30px;
  text-shadow: -1px -1px 0 #470000, 1px -1px 0 #470000, -1px 1px 0 #470000, 1px 1px 0 #470000;
}

.limited {
  position: absolute;
  z-index: 1;
  margin-left: 25px;
  margin-top: 81px;
  height: auto;
  width: auto;
  font-size: 12.5px;
}

.limited2 {
  position: absolute;
  z-index: 1;
  margin-left: 0px;
  margin-top: 168px;
  font-size: 22.5px;
}

.delete-button {
  position: relative;
  left: 150px;
}

.item-frame input {
  list-style-type: none;
  background-color: #a5a5a5;
  border: 2px solid #777777;
  margin-bottom: 15px;
}