/* bleeehhhh */

@font-face {
  font-family: "MS Gothic";
  src: url("https://file.garden/ZxGm4CZD_A4ytfMc/82388c.FON");
}

@font-face {
  font-family: "Zelda";
  src: url("https://files.catbox.moe/q880bl.ttf")
}

#loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff; 
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      font-family: "MS Gothic";
      font-weight: bold;
      font-size: 22px;
      color: #CFCFDB;
   
      animation: shake 3s infinite; /* Apply shake animation */
      text-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    }

    /* Shake keyframes */
    @keyframes shake {
      0% { transform: translate(0, 0); }
      20% { transform: translate(-1px, 0.5px); }
      40% { transform: translate(1px, -0.5px); }
      60% { transform: translate(-0.5px, 1px); }
      80% { transform: translate(0.5px, -1px); }
      100% { transform: translate(0, 0); }
    }

body {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fffff;
  font-size: 15px;
  font-family: "MS Gothic";
  font-weight: bolder;
  color: #AEAEC1;
  background-image: url(https://files.catbox.moe/3fm256.gif);
  margin: 0;
  animation: scroll 200s linear infinite;
}

::selection {
            background: #E5E5F1;
            color: #fff;
}

@keyframes scroll{
  from {
    background-position: 0 0
  }
  to {
    background-position: 1077px 650px  /* dimensions of bg */
  }
}

h1 {
    color: #9292A8;
  text-align: left;
  font-family: "Zelda";
  font-size: 35px;
}

.body-container {
  width: 830px;
  height: fit-content;
  background-color: white;
  padding: 7px;
}

header {
  background-image: url("https://files.catbox.moe/csensu.png");
  background-size: cover;
  background-position: center -40px;
  height: 230px;
  display: flex;
  justify-content: left;  /* horizontal center */
  align-items: flex-end;    /* vertical bottom */
  padding-bottom: 13px;
  padding-left: 20px;
  border: 2px dotted #C9C9CF;
}

header h1 {
  margin: 0;
  color: #9292A8;
  text-align: left;
  font-family: "Zelda";
  font-size: 35px;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 1px 0px #00000032 );
  animation: float 3s ease-in-out infinite;
}

/* Keyframes for smooth up-and-down movement */
@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); } /* moves up 10px */
  100% { transform: translateY(0); }
}

.space-popa {
  width: auto;
  background: white;
  padding: 3px 0px 3px 0px;
}

#boo {
  margin:7px 0;
  width: auto;
  border: 2px dotted #C9C9CF;  
}

p {
  font-family: "MS Gothic";
  font-weight: bold;
  font-size: 12px;
  color: #CFCFDB;
  padding-left: 10px;
}

.rowrah {
  display: flex;              
  justify-content: flex-start; 
  gap: 7px;          
  margin: 0; 
}

#navi {
  width: 212px;
  background: white;
  margin-right: 7px;
  border: 2px dotted #C9C9CF;
}

#center {
  width: 450px;
  background: white;
  margin-right: 7px;
  border: 2px dotted #C9C9CF;
}

#right {
  width: 190px;
  background: white;
  border: 2px dotted #C9C9CF;
}

 h2 {
  margin: 0;
  font-family: "Zelda";
  font-size: 20px;
  color: #9292A8;
}

#butt {
   padding: 10px 2px 10px 6px;
   font-family: "MS Gothic";
   font-weight: bolder;
   font-size: 15px;
   color: #7B7B9A;
}

#butt img {
    float: left;
    width: 17px;
    margin: 6px;
    margin-top: -2px;
}

a {
  color: #B7B7C9;       /* normal link color */
  text-decoration: none; /* removes underline */
}

a:hover {
  color: #2A2639;     
}

#navibar div {
     padding: 5px;
    border-bottom: 2px dotted #C9C9CF;
}

#navibar div:last-child {
  border-bottom: none; 
}

#center h2 {
  padding: 12px 10px;
  border-bottom: 2px dotted #C9C9CF;
}

#center p {
  margin: 0;
  font-family: "MS Gothic";
  font-size: 15px;
  color: #AEAEC1;
  padding: 5px;
}

.overlay-container {
  position: relative;
  display: inline-block;
}

.overlay-container img {
  display: inline-block;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A3A3C5;  
  mix-blend-mode: color;      
  pointer-events: none;
  filter: saturate(50%);
}

#deepthr {
  width: auto;
  display: flex;
  justify-content: center; /* center image horizontally */
  align-items: center; 
  padding: 12px 10px;
  border-bottom: 2px dotted #C9C9CF;
}

#deepthr img {
  max-width: 100%;   /* makes sure image fits inside */
  height: auto;
}

#meeeh {
  text-align: center; 
}

#special {
  padding-left: 0;    /* removes left padding only from this one */
}

#boom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}

#boom img {
  width: 65px;      /* same width */
  height: 35px;     /* same height */
  object-fit: cover; /* keeps them from stretching weirdly */
  margin: 7px 0;       
}

footer {
  background-color: #FFFFFF;            
  text-align: center;          
  border: 2px dotted #C9C9CF;
}

.rowtuah {
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 7px 0px;
}

#sigma {
  width: 212px;
    background: white;
    margin-right: 7px;
    border: 2px dotted #C9C9CF;
}

#sigma p {
  margin: 0;
  padding: 12px 0 12px 0;
  border-bottom: 2px dotted #C9C9CF;
  text-align: center;
}

#oat {
  width: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  background-image: url('https://files.catbox.moe/vuwfgy.png');
  background-size: cover; 
  background-position: center 3px;  /* keeps it centered */
  background-repeat: no-repeat;
}

#update {
  width: 388px;
    background: white;
    margin-right: 7px;
    border: 2px dotted #C9C9CF;
}

hr {
    border-top: 2px dotted #C9C9CF;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 5px 0px;
}

#checkin {
    padding: 12px 10px;
    border-bottom: 2px dotted #C9C9CF;
    display: flex;          
    align-items: center;    
    gap: 7px;              
}

#allinfo {
  height: 150px;
  padding: 7px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

mark {
    background: #EFEFFF;
    font-family: "MS Gothic";
   font-weight: bolder;
   font-size: 15px;
   color: #2A2639;
}

#micro {
  width: 227px;
    background: white;
    border: 2px dotted #C9C9CF;
}

#micro h2 {
    padding: 5px;
    border-bottom: 2px dotted #C9C9CF;
}

#microwha {
    height: 150px;
    padding: 7px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.rowfreak {
    display: flex;
    justify-content: flex-start;
    gap: 7px;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 3px 0px;
}

#tododo {
  width: 280px;
  background: white;
  margin-right: 7px;
  border: 2px dotted #C9C9CF;
  padding: 7px;
}

s {
  text-decoration: line-through;
  color: #CFCFDB;
}

#dodo {
      overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

#randomidk {
  width: 255px;
  height:177px;
  background: white;
  overflow: hidden;
}

#randomidk img {
  height:100%;
  width:100%;
  object-fit: cover;  
  display: block;
  object-position: center -9px; 
}

#fanlisting {
  width: 242px;
  height: 173px;
  background: white;
  margin-right: 7px;
  border: 2px dotted #C9C9CF;
}

#happi {
  padding: 5px;
      overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
  text-align: center;
}

#happi img {
  margin: 0px 0px 5px 0px;
}
