   :root {
            --text: black;
            --border: black;
            --bg: #8d0000;
        }

     body {
            background-image:url('https://shelbyjacksonart.neocities.org/images/ilybw45.jpg');
            background-size: 400px;
            background-repeat: repeat;
            font-family: "Jersey 20", serif;
            color: var(--text);
            display: flex;
            flex-direction: column;
            align-items: center; 
            justify-content: center;
            min-height: 100vh;
            padding: 5px;
            margin: 0;
            width: 100%;
            max-width: 100vw; 
            overflow-x: hidden;
            font-size: 18px;
        }
          body::-webkit-scrollbar {
  width: 12px;             
  height: 12px;             
}


body::-webkit-scrollbar-track {
  background: black;
 
}


body::-webkit-scrollbar-thumb {
  background-color: #8b0000;
  border: 3px solid black;
}


body::-webkit-scrollbar-thumb:hover {
  background-color:#8b0000 ;
}
header {
    position: relative;
    height: 165%; 
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    top:20%;
    }
    
 header img {
    max-width: 1000px;
    height: auto; 
}

.container, .container2 {
    display: flex;
    max-width:1000px;
    justify-content: center;
    margin-top: 25px; 
}
.container2 {
 display: grid;
 grid-template-columns: repeat(3,1fr); 
  justify-content: center;
  width: max-content;}
  

.middle {
    background-color:black;
    color:black;
    border: 4mm ridge #f9f5ec;
    position:relative;
    width: 680px;
    height: auto;
    display: block;
    grid-column: 2;
    grid-row: 1;
    }
.middle::-webkit-scrollbar {
  width: 10px;             
  height: 10px;             
}
.middle::-webkit-scrollbar-track {
  background: white;}
.middle::-webkit-scrollbar-thumb {
  background-color: #8b0000;}
.middle::-webkit-scrollbar-thumb:hover {
  background-color: #8b0000;}

    .meat {
      border: 1mm ridge #b20808;
      margin:8px;
      }
      
      .infobox {
    position:relative;
    border: 3px dotted #b20808;
    background:black;
    width: 655px;
    height: 340px;
    display:flex;
    grid-column: 2;
    grid-row: 2;
    font-size:20px;
    }
    .infobox h2 {
    margin-right:10px;
    }
    
    .insidechat {
    background-color:black;
    display:block;
    border-color:#b20808;
    width:350px;
    height:225px;
    font-size:16px;
    font-family: Georgia, serif;
    overflow-y:scroll;
    }

    .chattext1 {
    display:flex;
    border-bottom:3px solid;
    border-color:#b20808;
    margin:5px;
    }
     .chattext2 {
    display:flex;
    border-bottom:3px solid;
    border-color:#b20808;
    margin:5px;
    }
     .chattext3 {
    display:flex;
    border-bottom:3px solid;
    border-color:#b20808;
    margin:5px;
    }
    .tv {
    width:290px;
    }
    
.heading,
.heading2,
.heading3,
.heading4 {
  background-color: #b20808;
  display: block;
  width: 100%;
  padding:6px 10px;
  box-sizing: border-box;
  
}
  .music {
    position:relative;
    border: 3px dotted #b20808;
    height:400px;
    display:flex;
    }

  .musictext {
    color:white;
    margin-left: 15px;
    overflow-y:scroll;
    width:700px;
    font-size:21px;
    } 
.activity {
    position:relative;
    border: 3px dotted #b20808;
    background-color:black;
    height:275px;
    display:flex;
    flex-direction:column;
    overflow-y:scroll;
    padding:15px;
    }
  .post {
    display:flex;
    align-items:center;
    background-color:#420d09;
    border-radius:10px;
    gap:10px;
  }
  .activitytext {
    color:white;
    width:500px;
    font-size:20px;
    margin:10px;
 
  }
  .post img {
    width:180px;
    height:auto;
    margin:10px;
  }
 .musicfav {
  position: relative;
  border: 3px dotted #b20808;
  width: 652px;
  height: 250px;
  overflow: hidden;
}

.firstrowalbums {
  display: flex;
  width: max-content;
  animation: scroll-left 25s linear infinite;
}

.firstrowalbums img {
  height: 75px;
  margin-right: 10px;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.secondrowalbums {
  display:flex;
  width:max-content;
}
.secondrowalbums img {
  height:100px;
  margin-right: 10px;
}
.thirdrowalbums {
  display: flex;
  width: max-content;
  transform: translateX(-50%);
  animation: scroll-right 25s linear infinite;
}

.thirdrowalbums img {
  height: 75px;
  margin-right: 10px;
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.insidechat::-webkit-scrollbar {
  width: 10px;             
  height: 10px;             
}
.insidechat::-webkit-scrollbar-track {
  background: white;
  opacity:0.2;
  border-radius: 10px;}
.insidechat::-webkit-scrollbar-thumb {
  background-color: #8b0000;
  border-radius: 10px;}
.insidechat::-webkit-scrollbar-thumb:hover {
  background-color: #8b0000;}
 






.navcontainer {
    position:relative;
    background:#fbeeee;
    border: 10px solid var(--border); 
    text-align: center;
    width: 225px;
    height: 655px;
    display: block;
    font-size: 22px;
    margin: 25px;
    grid-column: 1; 
    grid-row: 1 ; 
  }
  .navcontainer .text-content {
  text-align:left;
  }
  .navcontainer h1, h2, h3, h4 {
    line-height: 1.0;
    margin: 5px;
    font-size:30px;
    text-align:left;
    white-space: normal; 
    word-break: break-word;
  }
  .color-change {
  animation: colorPulse 1s infinite;
  }

  @keyframes colorPulse {
  0%   { color: #900; }
  33%  { color: #8b0000; }
  66%  { color: black; }
  100% { color: #900; }
  }
    
  img {
    max-width:100%;
    height:auto;
    display:block;
    margin: 0 auto;
  }
        h {
          font-size:25px}
          
.nav {
  position: absolute;
  width: 225px;
  height: 525px;
  top: 5px;
  display: flex;
  flex-direction: column;
  gap:2px;
}
.nav a {
  text-decoration: none;
  border:4px solid;
  border-color:black;
  color: black;
  font-size: 24px;
  
  transition: all 0.3s ease;
}
.nav a:hover {
  background-color: #fbeeee;
  color: #cd1c18;
}

