  :root {
            --text: black;
            --border: black;
            --bg: #fbeeee;
        }

     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: 10px;
            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: 1200px;
    height: auto; 
}

.container, .container2 {
    display: flex;
    max-width:1200px;
    justify-content: center;
    margin-top: 25px; 
}
.container2 {
 display: grid;
 grid-template-columns: repeat(3,1fr); 
  justify-content: center;
  width: max-content;
  margin: 2%;}
.nav {
  position: absolute;
  width: 250px;
  height: 475px;
  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;
}
.box2 {
    position:relative;
    background:#fbeeee;
    border: 10px solid;
    width: 700px;
    height: 1000px;
    display: block;
    grid-column: 2;
    grid-row: 1;
    }
  .box2 .text-content {
  width: 500px;           
  text-align: left;
  line-height: 1.0;
  font-size: 22px;
  word-break: break-word;
  overflow-y: auto;
  margin:10px;
}
.Showinformation {
  text-align: left;
  line-height: 1.0;
  font-size: 22px;
  word-break: break-word;
  overflow-y: auto;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  border-color: black;
  font-size: 20px;
  font-family: "Newsreader", serif;
  font-style: normal;
  padding:2px;
  margin:5px;
}
.status {
  position:absolute;
  display:flex;
  margin:0px;
  top:5px;
  right:25px;
  max-width:300px;
  }
.box2 h2,h3,h4 {
  margin-bottom:3px;
  margin-top:0;
  }
.box2 img {
      height:100px;
      width:auto;}
      
.box3 {
    position:relative;
    background:#fbeeee;
    border: 10px solid var(--border); 
    text-align: center;
    width: 250px;
    height: 800px;
    display: block;
    font-size: 22px;
    grid-column: 1; 
    grid-row: 1 ; 
  }
.box3 .text-content {
    text-align:left;
  }
  .box3 h1, h2, h3, h4 {
    line-height: 1.0;
    margin: 5px;
    font-size:30px;
    text-align:left;
    white-space: normal; 
    word-break: break-word;
  }
  .box4 {
    position:relative;
    background:#fbeeee;
    border: 10px solid; 
    text-align: center;
    width: 250px;
    height: 952px;
    display: block;
    font-size: 22px;
    grid-column: 3; 
    grid-row: 1 ; }
    
    .box4 h1 {
      font-size:30px;
      margin:5px;
      margin-top:10px;
    }
    .box2 h {
      font-size:30px;
      margin:5px;
      margin-top:10px;
    }
  .box4 .text-content {
    max-width: 250px;
    line-height: 1.0;
    font-size:25px;
    text-align:left;
    white-space: normal; 
    word-break: break-word;
   }
   .box4 .paragraph {
     top:5px;
    border:4px solid;
    border-color:black;
    padding:10px;
   }
   .box4 .interests {
    top:5px;
    border:4px solid;
    border-color:black;
    padding:10px;
    color: #8b0000;
   }
      .infobox {
    position:relative;
    border: 10px solid var(--border);
    background:#fbeeee;
    width: 700px;
    height: 349px;
    top:-100px;
    display:flex;
    grid-column: 2;
    grid-row: 2;
    font-size:20px;
    }
    .infobox h2 {
    margin-right:10px;}
    
    .stargif {
    max-width:700px;
    display: flex;
    gap: 0;
    }
    .stargif img {
    display: block;
    width:350px;
    height:auto;
    }
    .insidechat {
    background-color:#add8e6;
    display:block;
    border-top:5px solid;
    border-bottom:5px solid;
    border-color:black;
    width:350px;
    height:240px;
    font-size:17px;
    overflow-y:scroll;
    }
    .chatbox {
    border-right:5px solid;
    }
    .chattext1 {
    display:flex;
    border-bottom:3px solid;
    border-color:black;
    margin:5px;
    }
     .chattext2 {
    display:flex;
    border-bottom:3px solid;
    border-color:black;
    margin:5px;
    }
    .tv {
  
    width:340px;}
    
 
   .bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height:250px;
     }
   .paintings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0; 
    max-width:245px;
    max-height:245px;
   }
   .paintings img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
}
   .music{
     display: flex;
      gap: 0;
   }
   .songs {
    display: flex;
    flex-direction: column;
    max-width:125px;
    height:auto;
    gap:0px;}
    
    .spotify {
    display: block;
    object-fit: cover;
    max-width:125px;
    height:auto;
    margin-left: 0;}
  .hny {
    max-width: 100%; 
    height: 200px; 
    display: block; 
    margin: 0 auto; }
  
    .boxgifs {
    display:flex;!important
    justify-content: center;
    align-items: center;
    max-width: 90%;
    height: auto;
    right:40%;
    
    }
.music .img-button {
  cursor: pointer;
  transition: 0.3s ease;
}

.music .img-button:hover {
  filter: brightness(1.2);
  transform: scale(1.05); 
}
  
    .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:30px}
          

.mee {
width:200px;
height:auto;
position:absolute;
top:-250px;
left:125px;
z-index: 10;
max-width:100%;
}

.background-text {
    position: absolute;
    top:35%;
    left:40%;
    width:70%;
    transform: translateY(-50%); 
    font-size: 19px;
    color: black; 
    z-index: 1; 
}
.guestbook {
    display: flex;
   flex-direction: column;
    border:4px solid;
    border-color:black;
  }

//MUSIC PLAYER


input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
}
 
input[type="range"]:focus {
  outline: none;
}
 
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 21px;
  width: 11px;
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  transform: translateY(-8px);
  box-shadow: none;
  border: none;
}
 
input[type="range"].has-box-indicator::-webkit-slider-thumb {
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
  transform: translateY(-10px);
}
 
input[type="range"]::-moz-range-thumb {
  height: 21px;
  width: 11px;
  border: 0;
  border-radius: 0;
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  transform: translateY(2px);
}
 
input[type="range"]::-moz-range-thumb {
  background: url("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  border: 0;
  border-radius: 0;
  height: 21px;
  transform: translateY(2px);
  width: 11px;
  }
 
input[type="range"].has-box-indicator::-moz-range-thumb {
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
  transform: translateY(0px);
}
 
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: black;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
    -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}
 
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: black;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
    -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}
 
button,input,label,option,select,table,textarea,ul.tree-view{-webkit-font-smoothing:none;font-family:"Pixelated MS Sans Serif",Arial;font-size:11px}h1{font-size:5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}u{border-bottom:.5px solid #222;text-decoration:none}button,input[type=reset],input[type=submit]{border:none;border-radius:0;box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 #222}.vertical-bar,button,input[type=reset],input[type=submit]{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf}.vertical-bar{height:20px;width:4px}button:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey;text-shadow:1px 1px #222}@media (not(hover)){button:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey}}button:focus,input[type=reset]:focus,input[type=submit]:focus{outline:1px dotted #000;outline-offset:-4px}button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0}:disabled,:disabled+label,input[readonly],input[readonly]+label{color:grey}:disabled+label,button:disabled,input[type=reset]:disabled,input[type=submit]:disabled{text-shadow:1px 1px 0 #fff}}
 
.title-bar-controls button {border:none;border-radius:0;box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 #222}
 
.title-bar-controls button {background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf}
 
.title-bar-controls button:not(:disabled):active {box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey;text-shadow:1px 1px #222}
 
@media (not(hover)){
	button:not(:disabled):hover {
    box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey}
}
 
.title-bar-controls button:focus {outline:1px dotted #000; outline-offset:-4px}
.title-bar-controls button::-moz-focus-inner {border:0}
 
 
@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://files.catbox.moe/1za99g.woff") format("woff");
  src: url("https://files.catbox.moe/8fwbkl.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://files.catbox.moe/z7csle.woff") format("woff");
  src: url("https://files.catbox.moe/moqhx6.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
 
 
.window, .title-bar {
  font-family: "Pixelated MS Sans Serif", Arial;
  -webkit-font-smoothing: none;
  font-size: 11px;
}
 
.window {
  box-shadow: inset -1px -1px #0a0a0a,
    inset 1px 1px #dfdfdf, inset -2px -2px #808080,
    inset 2px 2px #ffffff;
  background: #c0c0c0;
  padding: 3px;
  width:340px;
}
 
.title-bar {
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.title-bar-text {
  font-weight: bold;
  color: white;
  letter-spacing: 0;
  margin-right: 24px;
}
 
.title-bar-controls {
  display: flex;
}
 
.title-bar-controls button {
  padding: 0;
  display: block;
  min-width: 16px;
  min-height: 14px;
}
 
.title-bar-controls button:active {
  padding: 0;
}
 
.title-bar-controls button:focus {
  outline: none;
}
 
.title-bar-controls button[aria-label=Minimize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/minimize.svg");
background-position:bottom 3px left 4px;
background-repeat:no-repeat}
 
.title-bar-controls button[aria-label=Maximize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/4a2282dd9170cabf730fb5803d1153d86b2e94e3/icon/maximize.svg");
background-position:top 2px left 3px;
background-repeat:no-repeat}
 
.title-bar-controls button[aria-label=Close]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
background-position:top 3px left 4px;
background-repeat:no-repeat;
margin-left:2px}
 
.window-body { margin:0px; height:98px; }
 
 
 
input[type=range] {
        -webkit-appearance: none;
        appearance:none;
        width: 100%;
    }
 
    input[type=range]:focus {
        outline: none;
    }
 
    /* settings for chrome browsers */
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px; /* thickness of seeking track */
        cursor: help;
    }
 
 
    /* settings for firefox browsers */
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 2px; /* thickness of seeking track */
        cursor: help;
    }
 
    .flex {display: flex;}
 
    .titlebaricon { height:14px; width:14px;}
 
 
    .songtitlewindow {
        background-color:#fff;
        box-shadow:inset -1px -1px #fff,inset 1px 1px grey,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;
    }
 
    #musicplayer {
        border:2px solid silver; /* border around player */
        border-width: 2px 0px 0px 0px;
        width:160px; /* width of the player */
    }
 
    #imagestyle {
        background:silver; /* background color of player */
        border:2px solid silver; /* border around player */
        width:95px; /* width of the player */
        height:95px;
        box-shadow:inset -1px -1px #fff,inset 1px 1px grey,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;
    }
 
    .ic {
    	width:90px;
        position:relative;
        bottom:1px;
        right:1px;
        overflow:hidden;
        padding:2px;
        border:2px solid transparent;
    }
 
    .songtitlearrow {
        background-size:100%;
        background-repeat:no-repeat;
        background-image:url(https://files.catbox.moe/f5e8np.png);
        height:21px;
        width:21px;
        position:relative;
        top:2px;
        left:-2px;
        border:0px solid transparent;
        border-width:0px 0px 0px 0px;
    }
 
    .songtitle {
        padding:5px; /* padding around song title */
        border-bottom:0px; /* border under song title */
        display:block;
        font-family:Pixelated MS Sans Serif;
    }
 
    .controls {
        font-size:18px !important; /* size of controls */
        text-align:center;
        width:100%;
        position:relative;
        bottom:10px;
    }
 
    .controls td {
        padding:8px 5px 0px 5px; /* padding around controls */
    }
 
    button {
        min-width:40px;
    }
 
    .seeking {
        background-color:#c0c0c0; /* background color of seeking bar */
        display:flex;
        justify-content: space-evenly;
        padding:14px; /* padding around seeking bar */
    }
 
    .current-time {
        padding-right:5px;
    }
 
    .total-duration {
        padding-left:5px;
    }
 
    .controlimg {
    height:15px;
    width:15px;
    }
    
    
    