@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: #dcdce3;
    font-family: "MS Gothic";
   font-weight: bolder;
   font-size: 15px;
   color: #ffff;
}

hr {
    border-top: 1px dotted #dcdce3;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 5px 0px;
}

a {
    font-family: "MS Gothic";
  font-weight: bold;
  font-size: 12px;
  color: #dcdce3;      /* normal link color */
  text-decoration: none; /* 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: "MS Gothic";
   font-weight: bold;
  font-size: 15px;
  color: #a6a6b3;
}

li {
  font-family: "MS Gothic";
  font-weight: bold;
  font-size: 12px;
  color: #dcdce3;
}

body {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-family: "MS Gothic";
  color: #bbbbc9;
  margin:0;
  padding:0;
  background-image: url(https://i.imgur.com/InUSnpc.gif);
  background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: inherit;
  filter: blur(5px) brightness(0.9) saturate(0.5);
  z-index: -1; /* put it behind everything */
}

.whole {
  width: 550px;
  height: fit-content;
  background-color: white;
  padding: 7px;
  margin-top: 100px;
  position: relative;
  margin-bottom: 40px;
      box-shadow: 0 0 15px 15px #fff;
}

.whole h1 {
  padding:30px 0px 30px 20px;
  margin: 0;
    color: #e5e5eb;
    text-align: center;
    font-family: "Zelda";
    font-size: 35px;
    animation: shake 3s infinite;
    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); }
    }


.yep {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 7px 0px;
}

.left {
  width: 23%;
  height: 500px;
  background: white;
  display: inline-block;
  overflow: none;
  border-right: none;
  border-top: none;
}

#butt {
  padding:10px;
    font-family: "MS Gothic";
    font-weight: bolder;
    font-size: 15px;
    color: #7B7B9A;
}

#butt img {
  height:17px;
    width: auto;
  vertical-align: middle;
}

.tuff {
  width: 70%;
  height:500px;
  background: white;
  display: inline-block;
}

#inside {
  width: auto;
  height: auto;
  overflow: auto;
  padding: 10px;
  text-align: left;
}

#five {
  padding:10px;
}

#inside h2 {
  padding: 0 0 10px 0;
}

#uhh {
  height:480px;
  padding: 10px;
  margin:0;
}

#uhh h2 {
  padding:5px 5px 20px 5px;
}

#txt {
    height:480px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
