@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")
}

::selection {
            background: #E5E5F1;
            color: #fff;
}

s {
  text-decoration: line-through;
  color: #CFCFDB;
}


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;
}

a {
  color: #B7B7C9;       /* normal link color */
  text-decoration: none;
  padding-left:10px;/* removes underline */
}

a:hover {
  color: #2A2639;     
}

p {
  font-family: "MS Gothic";
  font-weight: bold;
  font-size: 12px;
  color: #CFCFDB;
  padding-left: 10px;
}

h1 {
    color: #9292A8;
  text-align: left;
  font-family: "Zelda";
  font-size: 35px;
}

 h2 {
  margin: 0;
  font-family: "Zelda";
  font-size: 20px;
  color: #9292A8;
}

li {
  font-family: "MS Gothic";
  font-weight: bold;
  font-size: 12px;
  color: #CFCFDB;
}

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/py1cf1.gif");
  animation: scroll 200s linear infinite;
}

@keyframes scroll{
  from {
    background-position: 0 0
  }
  to {
    background-position: 1077px 650px  /* dimensions of bg */
  }
}

.whole {
  width: 830px;
  height: fit-content;
  background-color: white;
  padding: 7px;
  margin-top: 50px;
  position: relative;
}

header {
  background-image: url(https://files.catbox.moe/yol65f.png);
    background-size: cover;
  background-position: center -16px;
    height: 150px;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    padding-bottom: 13px;
    padding-left: 20px;
    border: 2px dotted #C9C9CF;
    margin: 0px 0 10px 0;
}

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 float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); } 
  100% { transform: translateY(0); }
}

.yep {
  display: flex;
  justify-content: flex-start;
}

#butt {
  padding: 5px 10px 0px 10px;
    font-family: "MS Gothic";
    font-weight: bolder;
    font-size: 15px;
    color: #7B7B9A;
}

.tuff {
  width: 100%;
  height:600px;
  background: white;
  display: inline-block;
  border: 2px dotted #C9C9CF;
}

#inside {
  width: auto;
  height: auto;
  overflow: auto;
  padding: 10px;
  text-align: left;
}

#special {
  margin: 0;
  font-family: "Zelda";
  font-size: 20px;
  color: #9292A8;
  text-align: center;
  border-bottom: 2px dotted #C9C9CF;
  padding: 10px;
}

#inside h2 {
  padding: 0 0 10px 0;
}

#uhh {
  height:580px;
  padding: 10px;
  margin:0;
}

#uhh h2 {
  padding:5px 5px 20px 5px;
}

#txt {
    height:580px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.gallery {
  padding: 1em;
    width: 100%;
  display: flex;
    flex-wrap: wrap;
  
}

.gallery img {
  width: 100px;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s;
}
.gallery img:hover {
  transform: scale(1.05);
}

#modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
}

/* Modal content */


