a {
   color: #883017;
  text-decoration: underline wavy #883017;
}

.url {
position: absolute;
  font-family:Rosela;
font-size:3rem;
  background: -webkit-linear-gradient(#883017, #1b0702);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #e2b8a0;
  text-shadow: 1px 7px 8px #883017, 6px 3px 3px #6c200c;
margin-top: 320px;
margin-left: 150px;
  
}

.lyric {
position: absolute;
  font-family:Rosela;
font-size:2rem;
background: -webkit-linear-gradient(#883017, #1b0702);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #e2b8a0;
  text-shadow: 1px 7px 8px #883017, 6px 3px 3px #6c200c;
margin-top: 3px;
margin-left: -60px;
  
}

.pagedoll {
position:fixed;
bottom: 0px;
right: 0;
opacity: 0.9;
animation-name: floating !important;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
}
 @keyframes floating {
            0% {
                transform: translate(0, 0px);
            }
            50% {
                transform: translate(0, 5px);
            }
            100% {
                transform: translate(0, -0px);
            }
        }

  audio {
     height: 45px;
    bottom: 0;
    position: absolute;
    right: 0;
    width: calc(420px - 0px - 0rem);
}

 body {
   background-color: #0f0302;
 
}

     @font-face {
    font-family: 'Rosela';
    src: url('https://file.garden/Z5ztm_B6wj_8HQnK/MarioLuigi2.ttf');
}

      .gradoutline {
  background: -webkit-linear-gradient(#e996a6, #e45a81);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #e2b8a0;
  font-size: 1em;
  font-family:Rosela;
text-align: center;
        margin-top: 70px;
}

b, h1, h2, h3, h4 {
    padding: 1px !important;
    background: -webkit-linear-gradient(#883017, #b5634a);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #e2b8a0;
    font-family:'Rosela' !important;
  
    }

p {
  color: #e2b8a0;
}

.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;
  padding: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  width: 380px;
  height: 300px;
  overflow: auto;
  text-align: center;
  background-color: #d79e85;
  box-shadow: 0px 0px 30px #d79e85 !important;
  border-radius: 14px;
  color: #150403;
  
}

.text-container {
  padding: 0px;
text-align: center;
  width: 700px;
    margin: auto;
  border: 6px #f0678c solid;
  background: #0f0302;
  color: #4b3137;
  	background-clip: padding-box;
    border: 30px solid;
      border-image: url('https://i.postimg.cc/63PGZRG5/pussy-isbetter-4.png') 25 fill round;
       border-image-slice: 35%;
        border-image-repeat: round;
  overflow-x: hidden;
}


.footer-line {
  display: none
}


.button {
margin-left: 100px;
}