body{
    background-image: url('ravesback.gif') !important;
    background-size: cover !important;
  height: 100vh;
    width: 100vw;
background-repeat: no-repeat;
}
.backing{
    background: black;
    margin-right: 60px;
        margin-left: 60px;
        padding:20px;
       
   }
#container {
  display: grid;
  height: 100vh;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: .5fr 2fr 1fr 2.5fr;
  grid-template-areas:
    "nav nav nav nav"
    "sidebar main main sidebar2A"
    "sidebar content12 content12 sidebar2B"
    "sidebar content3 content4 sidebar2B";
  gap: 0.2rem;
}

.nav { 
  grid-area: nav;
background: #ff0000; 
}

.main{ 
  grid-area: main; 
background: red; 
overflow: hidden;
  justify-content: center; 
  align-items: center;    
  padding: 20px; 
}

#sidebar { 
  grid-area: sidebar;
  position: relative;      
    overflow: hidden;
background: blue; 
}

#content12 { 
  grid-area: content12;
  background: green; 
  overflow: hidden
  }
  
  
#content3 { grid-area: content3;
  background: darkblue;
   height:200px;
  width:300px;
  background-color: #e4f4f7;
  border: 3px double #1a81e8;
  padding: 5px;
  overflow:auto;
  color: black;
 overflow-y: scroll; 
}


#content4 { 
  grid-area: content4;
background: #800080; 
}

#sidebar2A { 
  grid-area: sidebar2A; 
background: #FFA500; 
  Position: relative;
  height:210px;
  width:260px;
  background-color: #e4f4f7;
  border: 3px double #1a81e8;
  padding: 5px;
  overflow:auto;
  color: black;
 overflow-y: scroll; 
}

#sidebar2B { grid-area: sidebar2B;
background: #00FFFF;
}
/* ipodagain */
@font-face {
  font-family: "myriad";
  src: url("https://files.catbox.moe/s0igcb.OTF");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  list-style: none;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #000;
  transform-style: preserve-3d;
  font-family: "myriad";
}

.ipod {
  background: #ececec;
  width: auto;
  height: 280px;
  border-radius: 20px;
  position: relative;
  box-shadow: inset 5px 0px 15px 10px #00000090;
  overflow: hidden;
}

.ipod .screen {
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0);
  width: 200px;
  height: 160px;
  border-radius: 8px;
  border: 2px solid #aaa;
  box-shadow: inset 0 0 0px 2px #222;
}

.ipod .controls {
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 0.5px solid #ccc;
  box-shadow: inset 0px 0px 5px 1px #00000050;
}

.ipod .controls:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ececec;
  box-shadow: inset 24px 24px 48px #c6c6c6, inset -24px -24px 48px #ffffff;
  border: 0.5px solid #ccc;
}

.ipod .controls .fa-fast-backward {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  color: #aaa;
  font-size: 1.2em;
  cursor: pointer;
}

.ipod .controls .fa-fast-backward:active {
  color: #888;
}

.ipod .controls .fa-fast-forward {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  color: #aaa;
  font-size: 1.2em;
  cursor: pointer;
}

.ipod .controls .fa-fast-forward:active {
  color: #888;
}

.ipod .controls .menu {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0);
  color: #aaa;
  font-size: 0.9em;
  font-weight: 700;
  border: 0;
  outline: 0;
  background: none;
  cursor: default;
}

.ipod .controls .menu:active {
  color: #888;
}

.ipod .controls .play-pause-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 0;
  outline: 0;
  background: none;
  color: #aaa;
  font-size: 1em;
  cursor: pointer;
}

.ipod .controls .play-pause-btn:active {
  color: #888;
}

.ipod .screen .music {
  padding: 15px;
  display: flex;
  gap: 15px;
}

.ipod .screen .music img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  -webkit-box-reflect: below 2px
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.09));
}

.ipod .screen .music .content .name {
  font-size: 0.95em;
}

.ipod .screen .music .content .singer {
  font-size: 0.55em;
  font-family: "myriad";
}

.ipod .screen .music .content .date {
  font-size: 0.85em;
  font-weight: 700;
}

.ipod .screen .bar-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 0.85em;
  width: 100%;
  position: absolute;
  bottom: 30px;
}

.ipod .screen .bar-box .bar {
  width: 80px;
  height: 10px;
  font-family: "myriad";
  border: 1px solid #aaa;
}

.ipod .screen .bar-box .bar .progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #f2f6f8 0%,
    #d8e1e7 50%,
    #b5c6d0 51%,
    #e0eff9 100%
  );
}
/* ipodend */
#meeeBANNERRRR{
 position: relative;
 width: auto;
 height: 144.7px
}



/* Slideshow container */
.slideshow-container {
  max-width: 100%;         
  width: 90%;             
  position: relative;
  margin: auto;
    flex-shrink: 0;         
  contain: content;  
  left: 20%
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.prev, .next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  padding: 16px 12px;
  background: rgba(255,20,147,0.8);
  color: white;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  transition: 0.3s;
  user-select: none;
}

.prev { left: 30%; 
}         
.next { right: 30%;
}       

.prev:hover, .next:hover {
  background: hotpink;
  transform: translateY(-50%) scale(1.3);
  box-shadow: 0 0 20px #ff69b4;
}
/* what ever the fuck table has going on man///
\
/* Chat containers */
.container {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

/* Darker chat container */
.darker {
  border-color: #ccc;
  background-color: #ddd;
}

/* Clear floats */
.container::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.container img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

/* Style the right image */
.container img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}

/* Style time text */
.time-right {
  float: right;
  color: #aaa;
}

/* Style time text */
.time-left {
  float: left;
  color: #999;
}
#marqueeslay{
 position: relative;
 overflow: hidden;
}
