      .background {
        width:850px;
        height: 800px;
        background-color: transparent;
        position: relative;
        margin: auto;
      }

      body {
        background-image: url(https://file.garden/Z2JWlPfoVFPx7BzK/googg.gif);
  cursor: url(https://cur.cursors-4u.net/food/foo-5/foo509.cur), auto !important;
  overflow-x: auto;
  overflow-y: auto;
    background-color: #ffeefe;
    color: #a55285;
    font-family: "Mozilla Headline";
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0;
    
}


#Stamps {
    position: absolute;
    height: 200px;
    width: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
      border: 2px solid transparent; 
      border-image-source: url('https://files.catbox.moe/f2mu5z.png'); 
      border-image-slice: 40%;
      border-image-width: 20px;
      border-image-outset: 10px;
      border-image-repeat: round;
      top: 450px;
      right: 45px;
      background-color: #ffffff;
}


#Stamps img {
    height: 60px;
    width: 100px;

}



#Blinkies {
    position: absolute;
    height: 200px;
    width: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
      border: 2px solid transparent; 
      border-image-source: url('https://files.catbox.moe/f2mu5z.png'); 
      border-image-slice: 40%;
      border-image-width: 20px;
      border-image-outset: 10px;
      background-color: #ffffff;
      border-image-repeat: round;
        top: 700px;
      right: 45px;
}


#Blinkies img {
    height: 20px;
    width: 150px;

}





#Normal-Buttons {
    position: absolute;
    height: 200px;
    width: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
      border: 2px solid transparent; 
      border-image-source: url('https://files.catbox.moe/f2mu5z.png'); 
      border-image-slice: 40%;
      border-image-width: 20px;
      border-image-outset: 10px;
      background-color: #ffffff;
      border-image-repeat: round;
        top: 1200px;
      right: 45px;
}



        .Buttonreturn {
      width: 200px;
      height: 50px;
      top: 0px;
      margin: auto 0;
      position: absolute;
      padding: 0px;
      background-color: #fcecf2;
      border:  transparent;
      border-radius: 10px 10px 10px 10px;
      font-family:"Winky Rough";
      text-size-adjust: large;
      text-align: center;
      color: #eb91cd;
      box-shadow: 2px 2px 4px rgb(192, 93, 162);
      z-index: 9;
     }



      .Buttonreturn:hover {
        background-color: #f1abd7;
        color: #f0f0f0;
        transform: rotateX(5deg) rotateY(5deg) scale(1.05);
        box-shadow: 2px 2px 4px rgb(192, 93, 162);
      }




               
        .ButtonBar {
      width: 200px;
      height: 50px;
      position: relative;
      margin: auto;
      background-color: transparent;
      top: 70px;
     }




#IMVU-Badges {
    position: absolute;
    height: 200px;
    width: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
      border: 2px solid transparent; 
      border-image-source: url('https://files.catbox.moe/f2mu5z.png'); 
      border-image-slice: 40%;
      border-image-width: 20px;
      border-image-outset: 10px;
      background-color: #ffffff;
      border-image-repeat: round;
        top: 950px;
      right: 45px;
      margin-bottom: 30px;
}


#Konata {
    position: absolute;
    bottom: 30px;
}



.MainBox {
           width:700px;
        height: 700px;
        top: 50px;
        background-color: rgb(255, 255, 255);
        position: relative;
        margin: auto;
        padding:50px;
        text-align: center;
        border-top: 35px solid transparent;
    border-left: 15px solid transparent;
    border-image-source: url('https://file.garden/Z2JWlPfoVFPx7BzK/Untitledswaa.png'); 
    border-image-slice: 40%;
    border-image-width: 50px;
    border-image-outset: 4px;
    overflow-y: scroll;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e8a1d5;
  border-radius: 10px 10px 10px 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-image: url(https://file.garden/Z2JWlPfoVFPx7BzK/scroll2.gif);
  border-radius: 10px 10px 10px 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-image: url(https://file.garden/Z2JWlPfoVFPx7BzK/scroll2.gif)
}