a {
   color: #fa1f03;
  text-decoration: underline dotted;
}

p {
   color: white;
  text-align: center;

}

.url {
position: absolute;
  font-family:Rosela;
font-size:2rem;
padding: 0.2rem 0.4rem;
    background: black;
    
  -webkit-background-clip: text;
  -webkit-text-stroke: 7px transparent;
  text-shadow: 1px 4px 0px blue;
  color: #fa1f03;
margin-top: -120px;
margin-left: 30px;
}

  audio {
     height: 45px;
    bottom: 0;
    position: absolute;
    right: 0;
    width: calc(420px - 0px - 0rem);
}

 body {
   color: white;
    background: black !important;
}

     @font-face {
    font-family: 'Rosela';
    src: url('https://file.garden/ZRgh3nzfnhFDJvPp/Rosela.ttf');
}

      .gradoutline {
  padding: 0.2rem 0.4rem;
    background: black;
    border-radius: 100px;
  -webkit-background-clip: text;
  -webkit-text-stroke: 7px transparent;
  text-shadow: 1px 4px 0px blue;
  color: #fa1f03;
  font-size: 1.5em;
  font-family:Rosela;
text-align: center;
        
}

b, h1, h2, h3, h4 {color:white !important;
    padding: 1px !important;
    text-shadow: 2px 0px 0px #e45a81, -2px 0px 0px #e45a81, 0px 2px 0px #e45a81, 0px -2px 0px #e45a81 !important; 
    font-family:'Rosela' !important;
  
    }


.box {
  width: 830px;
  padding: 10px;
  text-align: center;
}

.scrollbox2 {
  font-size: 16px;
  border: #e45a81 double 8px;
  padding: 10px;
  width: 380px;
  height: 300px;
  overflow-y: auto;
  text-align: center;
  background-color: white;
  border-radius: 14px;
}

.scrollbox1 {
  font-size: 16px;
  border: 12px solid !important;
  padding: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  height: 300px;
  overflow: auto;
  text-align: center;
  background-color: white;
  border-radius: 14px;
  
}

.text-container {
  padding: 0px;
text-align: center;
  width: 520px;
    margin: auto;
  border: 8px double blue;
  box-shadow: 0px 0px 15px blue !important;
  background:black;
  color: #4b3137;
  border-radius: 15px;
  overflow-x: hidden;
  overflow-y: hidden;
}


.footer-line {
  display: none
}


.button {
margin-left: 100px;
}


.overlay-gif img {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
z-index: 2;
pointer-events: none;
opacity: 30%;
  mix-blend-mode: multiply;
}

#textbox {
  border-radius:10px;
  padding:10px 20px;
  padding: 10px;
  background: black;
  color: white;
  width: 489px;
  height: fit-content;
  align-items: center;
  position: center;
}

#charactericon {
         border-radius: 95% 4% 92% 5%/4% 95% 6% 95%;
         width:100px;
         height:100px;
         align-items:center;
}

.grid {
    display: flex;
    width: 100px;
    gap: 5%;
    align-items: center;
    
}

.grid > div {
   flex-grow: 1;
  width: 100%;
    aspect-ratio: 1;
    flex: 1 1 0px;
    position: relative;
    margin: 8.5px;

}

.grid > div > .grid-img {
    width: 100px;
  height: 100%;
    position: relative;
    display: block;

   
}

.grid > div:hover > .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip {
    visibility: hidden;
    width: 100px;
    height: fit-content;
    background-color: black;
    color: #fff;
    text-align: center;
  font-size: 0.7em;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;

    opacity: 0;
    transition: opacity 0.2s;
}

.tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip > img {
    width: 90%;
  