@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")
}

body {
  width:100%;
  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;
}

.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%);
}

#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;       
}

.contain {
    display: flex; 
  gap: 12px; 
  margin: 0px 0px 7px 0px;
    padding: 0px 0px 3px 0px;
}

.sidebar {
  width: 216px;
    background-color: white;
    overflow: none;
    border-right: none;
    border-top: none;
    display: inline-block; 
}

 h2 {
  margin: 0;
  font-family: "Zelda";
  font-size: 20px;
  color: #9292A8;
}

#navi {
  width: 212px;
  background: white;
  margin-right: 7px;
  border: 2px dotted #C9C9CF;
}

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; 
}

#kii {
  width: 212px;
  background: white;
  margin-right: 7px;
  border: 2px dotted #C9C9CF;
  margin:0 0 10px 0;
}

#kii h2 {
  padding:5px;
  border-bottom: 2px dotted #C9C9CF;
}

#inskii {
  padding:5px;
}

#eww {
  width: 212px;
  background: white;
  margin-right: 7px;
  border: 2px dotted #C9C9CF;
  margin:0 0 10px 0;
}

#eww h2 {
  padding:5px;
  border-bottom: 2px dotted #C9C9CF;
}

#inseww {
  padding:5px;
}

.main {
  width: 400px;
  background-color: white;
}

.right {
  width: 190px;
  background: white;
  
}

#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: 0 3px 0 3px;
}

#aboutmi {
    width: 186px;
  background: white;
  border: 2px dotted #C9C9CF;
  margin:0 0 10px 0;
}

#center {
  width: 396px;
  background: white;
  margin-right: 7px;
  border: 2px dotted #C9C9CF;
  margin:0 0 10px 0;
}

#center h2 {
  padding: 10px 10px;
}

#center p {
  margin: 0;
  font-family: "MS Gothic";
  font-size: 15px;
  color: #AEAEC1;
  padding: 5px;
}

#infii {
  padding:5px;
}

#centerins {
  display: flex;
  border-bottom: 2px dotted #C9C9CF;
    align-items: center;
}

#favii {
  background: white;
  border: 2px dotted #C9C9CF;
}

#favii h2 {
    padding:7px;
    border-bottom: 2px dotted #C9C9CF;
}

#favins {
  height:205px;
    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;
}

hr {
    border-top: 2px dotted #C9C9CF;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 5px 0px;
}

#facts {
  background: white;
  border: 2px dotted #C9C9CF;
  padding:7px;
}

#insfac {
  border-top: 2px dotted #C9C9CF;
  padding:3px 0 3px 0;
}

footer {
  background-color: #FFFFFF;       
  text-align: center;          
  border: 2px dotted #C9C9CF;
}

.giffie {
    left: 180px;
    bottom: 450px;
    z-index: 999;
position: absolute;
}

.giffy {
    left: 785px;
    bottom: 585px;
    z-index: 999;
  position: absolute;
}

.pipii {
  position: relative;
  height: 0;        
  overflow: visible;
}

#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;
}