body {
  background-color:black;
  background-image:url("/data/assets/grounds/fake-brick.png");
  position:relative;
  width:700px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  overflow:auto;
}
html, a:hover {
  cursor:help
}
.dead {
  background-image:url("/data/assets/grounds/black-twill.png");
  border: 1px solid transparent;
  border-image: url("/data/assets/borders/ants.gif") 1 repeat;
  padding:10px;
  height:550px;
  overflow:auto;
  background-color:black;
}
      .claimer {
        position:absolute;
        top:70px;
        right:10px;
        z-index:999999999999999999999;
      }
      .claimer p {
        text-align:center;
        background-color:black;
        border:1px solid yellow;
        color:white;
        width:190px;
      }
.header {
  background-image:url("/data/assets/grounds/dithered.png");
  height:170px;
  width:100%;
}
.bruh {
  width:500px;
  padding:5px;
}
        .etem {
            border: 1px solid black;
            padding: 10px;
            margin: 10px;
            width:175px;
            padding:5px;
            height:300px;
          transition:0.3s ease;
          background-color:black;
        margin-left:5px;
        }
        .etem img {
  border: 1px solid transparent;
  border-image: url("/data/assets/borders/ants.gif") 1 repeat;
        }
        .spitonthatthang {
          background-color:black;
          width:calc(100% + 38px);
        }
      #items-container {
        display: flex;
        justify-content:center;
        margin:2.5px;
        flex-wrap: wrap;
      }
      p {
        margin:0px;
      }
        .title {
            font-size: 16px;
            position:relative;
            top:16px;
            text-align: center;
            color:white;
            font-family:giygas;
            font-weight:normal;
            text-transform:uppercase;
            text-shadow:0px 2px black, 0px -2px black, -2px 2px black, 2px -2px black, 0px 1px black, 0px -1px black, -1px 1px black, 1px -1px black;
        }
        .album-cover img{
            width: 100%;
            height: 100%;
            border:1px solid white;
        }
        .album-cover {
          height:200px;
          width:100%;
        }
        .info {
            font-size: 10px;
            color:white;
            text-align:center;
            text-transform:uppercase;
            font-family:Courier;
        }
        .why {
          border: 1px solid transparent;
          border-image: url("/data/assets/borders/ants.gif") 1 repeat;
          margin:5px;
          margin-top:2px;
          height:23px;
          transition:0.5s ease-out;
          overflow:hidden;
          color:white;
          text-indent:15px;
          padding: 2px;
        }
        .why:hover {
          height:56px;
          overflow:auto;
          transition:0.8s ease;
        }
        .music {
            font-family: "Metal Mania", system-ui;
        }
        .room {
          font-family:"ebmain";
          position:relative;
          top:10px;
        }
        .rating {
            font-weight: bold;
            color:white;
            font-family:ibmcga2y;
            text-align:center;
        }
        /*.highlight{
          transition:0.3s ease;
          transform:scale(1.1);
          z-index:999;
          
        }*/
        iframe {
          border:none;
          width:100%;
          height:100%;
        }
        .none {
          
        }
        .logo h1 {
          margin:0px;
          font-size:34px;
          color:yellow;
          font-weight:normal;
        }
        .logo .flex h1 {
          animation:rainbow  steps(10) infinite 1s;
        }
        @keyframes rainbow {
          0% {
            filter:hue-rotate(0deg);
          }
          0% {
            filter:hue-rotate(360deg);
          }
        }
        .logo img {
          height:100px;
        }
        .logo {
          position:absolute;
          top:-30px;
          z-index:99999;
          width:665px;
        }
        .iframe {
          width:200px;
          height:100%;
        }
        .flex {
          height:100%;
        }
        .logo .flex {
          position:relative;
          top:-50px;
          left:20px;
          opacity:0.9;
        }