body {
  background-image:none;
  cursor: url(https://cur.cursors-4u.net/food/foo-5/foo509.cur), auto !important;
  overflow-x: hidden;
  overflow-y: scroll;
    background-color: #ffeefe;
    color: #a55285;
    font-family: "Winky Rough";
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0;
}
    
    .StampsBelowText img {
        height: 50px;
      }

      .TextCell {
        width: 600px;
      }


      .TextCell img {
         float: left;
        margin-right: 15px;
        margin-top: 10px;
      }

      .TextCell text {
          float: right;
        margin-left: 15px;
        margin-top: 0px;
      }
 .TextCell a {
    color: rgb(255, 149, 190);
      }


      .Iframe-Container iframe  {
  border: solid 5px transparent;
  border-image-source: url(https://file.garden/Z2JWlPfoVFPx7BzK/borderff.png);
   border-image-width: auto;
      border-image-slice: 45%;
      border-image-width: 200px;
      border-image-outset: 15px;
      border-image-repeat: round;
}


    /* 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/dojtlb.gif);
  border-radius: 10px 10px 10px 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-image: url(https://file.garden/Z2JWlPfoVFPx7BzK/dojtlb.gif)
}

