:root {
  --bg-dark: #0d0d0d;
  --bg-card: #1a1a1a;
  --emo-red: #8B0000;
  --goth-purple: #4B0082;
  --punk-orange: #FF4500;
  --scene-pink: #FF1493;
  --text-light: #f0f0f0;
  --text-dim: #b0b0b0;
}


body {
  max-width: 988px;
  margin: 0 auto;
  padding: 20px;
  background-image: url('https://i.pinimg.com/originals/af/e4/12/afe412fe0a915b080eb2aafcdeac66bd.gif');
  background-attachment: fixed;
}


.container > * {
  background-color: rgba(13, 13, 13, 0.9);  
  backdrop-filter: blur(2px);  
  padding:5px;
}

body {
  overflow-x: visible;  
  position: relative;
}


.container {
  display: flex;
  gap: 20px;
}


.floating-deco {
  position: fixed;
  z-index: 100;
  pointer-events: none;  
}


.deco-tr {
  top: 30px;
  right: -25px;
  width: 88px;
}


button {
  background-color: #8B0000;
}


button {
  color: rgb(0, 0, 0);
  border: none;
  padding: 0.6rem 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

button:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}


h1, h2 {
  color: var(--text-light);
}

p {
  color: var(--text-dim);
}

header {
  background-color: var(--bg-card);
  padding:5px;
  margin-bottom:5px ;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

header:hover {
  transform: rotateY(10deg) scale(1.02);
}

img {
  display: block;
  max-width: 90%;
  height: auto;
  margin: 1rem auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

  .neon {
  color: #fff;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #ff0000,
    0 0 40px #ff0000,
    0 0 80px #ff0000;
}
a:visited {
  color: #fff; 
}

.subculture-card{
  padding:5px;
}
#emo-section .subculture-card {
  background-image: url('https://i.pinimg.com/736x/67/3c/70/673c70975479c77802fb877fc796bfa0.jpg');
  
}

#goth-section .subculture-card {
  background-image: url('https://i.pinimg.com/webp/736x/b0/7d/f5/b07df55b2130f451650e204e720f23bd.webp');
  
}

#punk-section .subculture-card {
  background-image: url('https://i.pinimg.com/1200x/09/63/51/0963512e42932cbc4d56d5bd135b7317.jpg');
 
}

#scene-section .subculture-card {
  background-image: url('https://i.pinimg.com/736x/1f/f5/a1/1ff5a1bad21675b9a75e83cb1296bd1c.jpg');
  
}

.subculture-card {
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(0,0,0,0.6);
}

.subculture-card:hover {
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  
  aside, section, article {
    width: 100% !important;
    margin-bottom: 20px;
  }
  
  .song-list li {
    font-size: 14px;
  }
}

.subculture-card {
  text-align: center;
}

.subculture-card button {
  display: inline-block;
}

button {
  display: block;
  margin: 0 auto;
  font-family:serif;
}

.music {
  background-color: #0d0d0d;
}

.blinkie-scroll {
    width: 100%;
    background: var(--bg-card);
overflow: hidden;
}

.blinkie-track {
    display: flex;
    animation: scroll 15s linear infinite;
    gap: 15px;
}



@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

audio {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;  
}

li {
  color:white;
}

aside, section, article {
  background-color: rgba(13, 13, 13, 0.9);
  backdrop-filter: blur(2px);
  padding: 15px;
  margin-bottom: 10px;
}

.scrolling-text {
    white-space: nowrap;
    overflow: hidden;
    animation: scrollText 12s linear infinite;
    background: var(--bg-card);
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}

.marquee-container {
  width: 100%;
  overflow-x: hidden;
  background: var(--bg-card);
  border-radius: 8px;
  padding: 8px 0;
  margin: 10px 0;
}

.marquee-container marquee {
  display: block;
  width: 100%;
}



.collage {
  
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  gap: 0;  
}

.collage img {
 
  height: auto;
  margin-right: -25px;  
  transition: all 0.3s;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
  position: relative;  
  width: 130px;
  margin-left: -15px; 
}


.collage img:last-child {
  margin-right: 0;
}

.collage img:hover {
   transform: scale(1.1);
  z-index: 10;
}

.collage .tilt1 {
  transform: rotate(-8deg);
}

.collage .tilt2 {
  transform: rotate(3deg);
  z-index: 2;
}

.collage .tilt3 {
  transform: rotate(12deg);
}



.collage img:first-child {
  margin-left: 0;  
}



.sticker {
  position: absolute;
  z-index: 200;
}

.sticker1 {
  top: 120px;
  left: 10px;
  transform: rotate(-10deg);
 
  pointer-events: none;
}

.sticker2 {
   top: 43px;
  right: 10px;
  transform: rotate(-10deg);
  
  pointer-events: none;
}

.sticker3 {
  top: 120px;
  right: 5px;
  transform: rotate(10deg);
  
    pointer-events: none;
}

.sticker4 {
   top: 43px;
  left: 5px;
  transform: rotate(10deg);
  
    pointer-events: none;
}

.sidebar {
  width: 220px;
  position: sticky;
  top: 10px;
}

.side-box {
  background: rgba(13, 13, 13, 0.95);
  border: 2px solid #444;
  margin-bottom: 15px;
  padding: 10px;
  box-shadow: 4px 4px 0px black;
}

.side-box h3 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}

.side-box img {
  width: 100%;
  margin-bottom: 5px;
}

.side-box a {
  text-decoration: none;
  color:#FF0000;
}

.side-box a:hover {
  text-decoration: underline;
}

.side-box h3 {
  color: #fff;
  text-shadow: 0 0 5px #ff1493;
}

.side-box {
  transform: rotate(-0.5deg);
}

section {
        
  border-width: 7px; 
border-style: solid; 
border-image: url("https://i.pinimg.com/webp/736x/66/3d/09/663d0923e4fb256660faa37752e03996.webp") 11 fill round;
            }

header {
        
  border-width: 7px; 
border-style: solid; 
border-image: url("https://i.pinimg.com/1200x/65/be/68/65be689d1eb4737d80cc1621a023fb08.jpg") 11 fill round;
            }

aside {
        
  border-width: 7px; 
border-style: solid; 
border-image: url("https://i.pinimg.com/736x/ab/6e/fe/ab6efeeb9281b4648e5ede2b441d22d3.jpg") 11 fill round;
            }

article {
        
  border-width: 7px; 
border-style: solid; 
border-image: url("https://i.pinimg.com/1200x/fc/cd/8c/fccd8cf4764d481daa7ecfd29a8b1610.jpg") 11 fill round;
            }
            
.sidebar-button {
  display: inline-block;
  max-width: 100%;  
  width: auto;
  height: auto;
  box-sizing: border-box;
}


