body {
    background-image: url('/images/skulls1.gif');

}

.main-content { 
  margin-left: var(--sidebar-width);
  min-height: 100vh;
  transition: margin-left 0.3s ease;
  background: var(--background-color);
}

#sidebar {
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 100vh;
    box-sizing: border-box;
    padding: 10px;
    color: red;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
}

#sidebar-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-right: 100px;
}

p {
    font-family: "MS Gothic", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: white;
    font-size: 13px;
    text-align: center;
    letter-spacing: -1px;
    text-transform: lowercase;
    margin: 2% 0;
}


#name {
    font-size: 14px;
    font-weight: bold;
    color: rgb(133, 25, 25);
    font-family: "MS Gothic", cursive, sans-serif;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

#links {
    font-size: 10px;
    font-weight: normal;
    color: rgb(0, 0, 0);
    text-align: center;
    text-transform: lowercase;
    font-family: "MS Gothic", cursive, sans-serif;
}

a:link {
  color: rgb(133, 25, 25);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(220, 162, 171);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(255, 0, 68);
  background-color: transparent;
  text-decoration: underline;
}

#stamps {
    display: flex;
    flex-direction: row;
    justify-content:  flex-start;
    align-items: center;
    gap: 4px;
}

.stamps img {
  width: 80px;  
  height: auto; 
}

.banners img {
    width: 150px;
    height: 20px;
    object-fit: cover;
}
.stamps2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    top: -840px;
    left: 469px;
    position: relative;
    z-index: 1;
}

.stamps2 img {
    width: 50px;
    height: auto;
  }

.select {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top:550px;
  margin-left:980px;
  position: relative;

}

.select-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select-item img {
  width: 550px;
  height: auto;
  transition: transform 0.2s, filter 0.2s;
  cursor: pointer;
}

.select-item img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
  filter: drop-shadow(0 0 10px #272727);
}

.select-label {
  display: none;
  margin-top: 5px;
  font-size: 13px;
  font-family: "MS Gothic", sans-serif;
  text-align: center;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 105%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
  filter: drop-shadow(0 0 10px #360202);
}

.select-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.select-item:hover .select-label {
  display: block;
}

.select-label{
  margin-top: 8px;
  font-size: 13px;
  font-family: "MS Gothic", sans-serif;
  text-align: center;
}


.select img {
    width: 100px;
    height: auto;
  }

#Welcome {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 40px auto;
    max-width: 50vw;
    word-break: break-word;
    right: 30%;
    font-family: "MS Gothic", sans-serif;
    text-transform: lowercase;
    letter-spacing: 1px;
    position: absolute;
    top: 40px;
    display:block;
  }

#WelPar {
    margin: 10px 0;
    font-family: "Consolas", sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: lowercase;
    text-align: left;
}

@keyframes blink {
  0% {
    opacity: 1;
}

50% {
  opacity: 0.7;
}

100% {
  opacity: 1;
}

}

.blinking-text {
  text-align: left;
  font-size: 14px;
  color: rgb(145, 0, 0);
  animation: blink 0.2s infinite;
}

.img {
  width: 125px;
  height: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.left-float {
  float: left;
  margin-right: 10px;
}

#mv1 {
  position: relative;
  top: -140px;
  left: 915px;
  width: 312px;
  height: 150px;
  display: block;
}

#media1 {
    position: relative;
   top: 50px;
   left: 910px;
    width: 324px;
    height: 226px;
    border-radius: 10px;
}

#mv2 {
    position: relative;
    left: -75px;
    top: -308px;
    width: 258px;
    height: 156px;
    display: inline-block;
}

#media2 {
    position: relative;
    left: 200px;
    top: -270px;
    width: 324px;
    height: 226px;
    border-radius: 10px;

}

#fire {
    position: relative;
    left: -370px;
    top: -220px;
    width: 280px;
    height: 85px;
    display: inline-block;
}

#sidenote {
  position: relative;
  left: -150px;
  top: -250px;
  font-size: 10px;
  color: rgb(238, 135, 0);
  font-family: "MS Gothic", sans-serif;
  letter-spacing: 1px;
  text-transform: lowercase;
}

#towa {
    left: 530px;
    top: -550px;
    width: 160px;
    height: 230px;
    display: block;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

#towa:hover {
    transform: rotate(5deg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#bat {
    left: 630px;
    top: -790px;
    width: 230px;
    height: 250px;
    display: inline-block;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

#bat:hover{
    transform: rotate(-5deg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.fart, .doroids, .art, .ps-box, .stamps2, .select, .knife{
  display: inline-block;
}

.ps-box {
  background-color:#000000;
  position: relative;
  color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 10px;
  margin: 40px auto;
  max-width: 20vw;
  word-break: break-word;
  left: 740px;
  top: -890px;
  font-family: "MS Gothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 1px;
  text-align: center;

}

#ps-warning {
  color: orangered;
  opacity: 0.6;
  box-shadow: 0 2px 8px 2px rgba(255,0,0,0.25); /* shadow around highlight */
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.select {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    top: -40px;
    left: -320px;
    position: absolute;
}

.knife {
  top: 570px;
  left: 60px;
  position: absolute;
  width: 700px;
}

.knife:hover {
    transform: rotate(2deg);
}

.knife img {
    width: 170px;
    height: auto;
    transform: scaleX(-1);
  }

.knife:hover img, .knife:hover p {
  filter: drop-shadow(0 0 5px #3a0101);
}

.knife p {
    font-size: 60px;
    font-weight: normal;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color:#420202;
    position: absolute;
    font-family: Georgia;
    text-align: left;
    text-transform: uppercase;
  }

#bloodytabGIF { 
  position: absolute;
  top: 230px;
  left: 850px;
  width: 80px;
  height: 80px;
}

#suileton {
  position: absolute;
  top: 0;
  left: 150px;
  width: 90px;
  height: 200px;
}




/*  planning list --> */

@font-face {
    font-family: "MS Gothic";
    src: url('/fonts/MS Gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;}
mark {
    background: #000000;
    border: 1px solid #a90000;
    border-radius: 5px;
    font-family: "MS Gotthic";
    color: #ad0000;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 3px;
    font-size: 0.75em;
    letter-spacing: 1.5px;
    text-align: left;
    text-decoration: none;
    display: block;
    font-size: 20px;
    margin: 0px 1px;
    cursor: hidden;
}
.hae {
  overflow: scroll;
    border-width: 1px;
    border: 1px solid #000000;
    border-radius: 5px;
    height: 140px;
    width: 140px;
    left: 830px;
    top: -70px;
    padding: 2px;
    font-size: 10px;
    font-family: MS Gothic;
    color: #000000;
    overflow: auto;
    -webkit-transform: rotate(0deg);
    position: relative;
    overflow: hidden;
      text-align: left;

}
.hae:hover .sip {
    height: 0%;
}
.hea {
    overflow: scroll;
    text-align: left;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    line-height: 14px;
    width: 100%;
    height: 100%;
    background: #000000;
}
.sip {

    color: #4f030300;
    font-size: 10px;
    width: 100%;
    height: 100%;
    line-height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
#choco {
  overflow: scroll;
    height: 100%;
    width: 100%;
    background: #ffffff00;
    position: relative;
    top: 0;
    padding: 10px;
    white-space: nowrap;
    margin-left: 10px;
}
.tem {

    height: 100%;
    object-fit: cover;
    white-space: normal;
    float: left;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left;
}

