
  html {scrollbar-width:none}

a.class1:link, a.class1:visited, a.class1:active {
  text-decoration: none;
  color: white;
}

a {
 color: inherit;
 text-decoration: none;
}

@font-face {
font-family:'kiwi';
src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
}

@font-face {
font-family: spirit; 
src: url(https://dl.dropbox.com/scl/fi/npu6iooiwovhxljcjoeex/spirit.ttf?rlkey=eubwh1fc2c460q68exstay65d&dl=0);
}
 
@font-face {
font-family: pixel; 
src: url(https://dl.dropbox.com/scl/fi/m8ikyw16qt65uxlueejst/Pixel.ttf?rlkey=yhasa4f83vexlvfzoi1uot61p&dl=0);
}

@font-face {
            font-family: "8bit-operator";
            src: url("https://jabroni.zone/fonts/8-bit_operator_mono.ttf") format("truetype");
            font-display: swap;
        }

* {cursor: url(https://cur.cursors-4u.net/smilies/smi-3/smi268.ani), url(https://cur.cursors-4u.net/smilies/smi-3/smi268.gif), auto !important;}

body {
background: url(https://i.pinimg.com/1200x/ec/1e/80/ec1e8058177e38924eef5bd47fd67059.jpg);
background-size: 300px;
background-repeat: repeat;
align-items: center;
display: block;
margin: 30px;
}
a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: none;
    text-decoration-color: #a4836e;
}


.titulo {
    width: auto;
    height: 30px;
    padding: 3px 10px;
    margin: 0px 5px;
}

.titulo h3 {
    display: inline;
    font-family: 'spirit';
    filter: drop-shadow(0px 1px #5696fb) drop-shadow(0 -1px #5696fb) drop-shadow(1px 0 #5696fb) drop-shadow(-1px 0 #5696fb);
    color: #fff;
    font-size: 30px;
}
#container {
  width: 800px;
  height: 500px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  border-radius: 10px;
}

.left {
    width: 30%;
    flex-shrink: 0;
    margin-right: 0px;
    display: inline-block;
}

::-webkit-scrollbar {
    width: 10px;
    background: #ffffff55;
}
::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
    border: 2px solid #d4e8fb99;
}

.right {
   
    overflow: hidden;
    flex-direction: row;
    display: inline-block;
    
    
}

.right li {
  list-style: none;
}

.pink {
 height: 450px;
  border-width: 7px; 
border-style: solid; 
border-image: url("https://i.imgur.com/ROjUrNz.gif") 6 fill round; 

}

.pfp {
  width: 190px;
  height: 200px;
  padding: 4px;
  background: white;
  border-radius: 4px;
  border: 1px solid #D5E6FF;
  box-shadow: -3px -3px 2px inset #D5E6FF44;
  margin: 0 auto;
  position: relative;
  display: inline-block;

}

.desenhos {
  display: flex;
  flex-direction: column;
  margin: 10px;
}

.desenhos > div {
    width: auto;
    padding: 0px;
}

.texto {
    width: 190px;
    padding: 4px;
    margin: 0 auto;
    position: relative;
    top: 36px;
    line-height: 16px;
    background: radial-gradient(#ffebbd, transparent, transparent);
    
}

.desenhos .sla {
    font-family: ms pgothic;
    font-weight: 200;
    filter: drop-shadow(0px 1px #5696fb) drop-shadow(0 -1px #5696fb) drop-shadow(1px 0 #5696fb) drop-shadow(-1px 0 #5696fb);
    color: white;
    font-size: 16px;
    padding: 5px;
    margin:0;
}
.desenhos p {
  display: inline-block;
  padding: 5px;
  margin-left: -20px;
  margin: 0 ;
  font-family: "8bit-operator";
  color: black;
  text-align: center;

}

.desenhos li {
    margin: 0px;
    margin-left: -20px;
    font-family: "8bit-operator";
    list-style: none;
}

.biscoito {
border-width:7px;
border-style:solid;
border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;
}
