@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 NES";
  src: url(fontes/Pixel_NES.ttf);
}

body {

    margin: 0 auto;
    cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat985.cur), auto !important;
}

@media screen and (min-width: 601px) {
body:before {
content: "";
position: fixed;
opacity: 0.2;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1000;
background-image: url(/imagens/overlay.png);
background-repeat: all;
background-position: 0px 0px;
animation-name: Static;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: steps(4);
box-shadow: inset 0px 0px 10em rgb(0 0 0 / 40%);
}
}

.bodybg {
    width: 100%;
    height: 790px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://i.pinimg.com/originals/97/3c/fb/973cfb23aba37e703d84520c68220a0b.gif) 0px 0px;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto 160px;
    animation: animatedBackground 1200s 
linear infinite;
}


.realholder {
    width: 790px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: white;
    margin-bottom: -10px;
    margin-top: 60px;
    border: 1px solid #4545ff;
    
  
}

.title {
    height: 80px;
    width: auto;
    box-shadow: 0px 0px 6px inset #00000011;
    position: relative;
    z-index: 3;
    background: url(https://i.pinimg.com/originals/93/a7/77/93a777af216ae409b7d0464d21b14c07.gif) 0px -90px;
    background-size: 400px;
    border: 1px solid #4545ff;
}

#titlebg {
    width: auto;
    height: 80px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
    border: 1px solid #4545ff;
    box-shadow: 0px 0px 7px inset #00000099;
}

#titleh1 {
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 10px;
    
}

#titleh1 h1 {
    display: inline;
    font-family: 'Pixel NES';
    font-size: 33px;
    color: #7F6565;
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 1px 0px #00000032);
    -webkit-background-clip: text;
    background: linear-gradient(to top, #00FF9D 2%, #00FF9D 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: #0077FF;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #0077FF;
    animation: flickering 0.07s infinite;
}

#bg {
    width: auto;
    height: 600px;
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 6px inset #00000011;
}

.top-row {
    width: auto;
    display: flex;
    height: 600px;
    border-bottom: 10px solid white;
}

#leftside {
    width: 1180px;
    border-right: 20px solid white;
    box-shadow: 0px 0px 6px inset #00000011;
}

#lsinner {
    width: auto;
    height: 320px;
    border-bottom: 9px solid white;
    box-shadow: 0px 0px 3px inset #00000022;
    padding: 10px;
    background: url(https://i.pinimg.com/736x/d3/35/d6/d335d620d1f5af493bb788a8de7a6b08.jpg) 0px 0px;
    position: relative;
   
}

#lsinnerbg {
    width: auto;
    padding: 13px;
    margin: 0px;
}
#lsbg {
    width: auto;
    height: 92%;
     border: 1px solid #4545ff;
    box-shadow: 0px 0px 3px inset #00000022, 0px 0px 3px #00000022;
    background: white;
    padding: 10px;
}

#lsinnertitle {
    text-align: center;
    padding: 0px 5px;
    margin-bottom: 5px;
}

#lsinnertitle h3, #lslititle h3 {
    display: inline;
    font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;
    font-size: 15px;
    letter-spacing: 1px;
    color: #275BF5;
}

#lsinnerbg p {
    display: inline;
    font-size: 14px;
    font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;
    color: black;
    letter-spacing: 1px;
}

#lslower {
    height: 250px;
    width: auto;
    box-shadow: 0px 0px 3px inset #00000022;
    
}

.ls-lower {
    display: flex;
    flex-direction: row;
    height: 251px;
}

#lslowerl {
    width: 250px;
    border-right: 10px solid white;
    box-shadow: 0px 0px 6px inset #00000011;
    padding: 10px;
     background: url(https://i.pinimg.com/1200x/aa/ee/91/aaee9159a45d252250eb7fb8b31e6052.jpg);
     border: 1px solid #4545ff;
}

#lslowerlinner {
    width: auto;
    background: white;
    border: 3px solid white;
    box-shadow: 0px 0px 6px inset #00000011;
    padding: 4px;
    border-radius: 4px;
    height: 94%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#pfptitle2 {
    text-align: center;
    margin-bottom: 0px;
    height: 20px;
    position: relative;
    z-index: 10;
}

#lslititle {
    text-align: center;
    padding: 4px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 12px;
    background: white;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #07a6ff85;
    border-radius: 10px;
    border: 1px solid #0e82ad;
}
::-webkit-scrollbar-track {
    border: 1px solid #27DAF5;
    border-radius: 10px;
}

#lslowerlinner p {
    display: inline;
    font-size: 13px;
    font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;
    color: black;
    letter-spacing: 1px;
}
#lslowerlinner mark {
    color: #000000;
    background: linear-gradient(#FFABD755, #FFABD799);
    padding: 2px;
    font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;;
    margin-right: 5px;
    margin-left: 12px;
    border: 1px solid #FFABD799;
}

#lsinnertitle h4, #lslititle h4 {
  display: inline;
    font-family: "Pixel NES";
    font-size: 15px;
    letter-spacing: 1px;
    color: #02B1F1;
    
}

#lsl-right {
    width: 257px;
    position: relative;
     margin-top: -280px;
     margin-left: 270px;
    font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;;
}

#lower-imgarea {
    width: auto;
    height: 167px;
  
    margin: 2px;
    padding: 10px;
    
}
#rightside {
    width: 100px;
    box-shadow: 0px 0px 3px inset #00000022;
    width: 510px;
    padding: 0px;
    background: linear-gradient(180deg, #fef4f9, white);
}

#rightside p {
  margin-top: 20px;
  padding: 5px;
  font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;;
  text-align: center;
  font-size: 14px;
}

#pfp {
    width: auto;
    height: 190px;
    margin: 13px;
    position: relative;
    background: url(https://i.pinimg.com/736x/6e/3d/a3/6e3da3be72b1cdc0eb7f0736eb4d16fc.jpg) 0px 0px / cover;
    border: 1px solid #4545ff;
    border-style: solid;
}

#pfptitle {
    position: absolute;
    width: auto;
    top: 185px;
    text-align: center;
    left: 15px;
}

#pfptitle h1 {
    display: inline;
    font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;;;
    font-size: 24px;
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 1px 0px #02B1F1);
    color: #303EFF;
    animation: flickering 0.07s infinite;
}

#pfplower {
    height: 292px;
    width: auto;
    margin-top: px;
    background: white;
    position: relative;
    border-top: 4px solid white;
    box-shadow: 0px 0px 3px inset #00000022;
    position: relative;
    font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;; ;
}

a {
font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;
font-size: 12px;
color: hotpink;
}

.plan ul {
margin-top: 0px;
list-style-type: none;
padding: 10px;
margin-bottom: 0px;
margin-top: -15px;
max-height: 80px;
}

.plan li {


color: #02F122;
font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;
font-size: 15px;
border-bottom: 1px dashed #FFAD21;
margin-bottom: 2px;



}

.plan li a {


color: hotpink;
font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;
font-size: 14px;
border-bottom: 1px dashed #FFAD21;
margin-bottom: 2px;
}

#aboutstuff2 {
    width: 80%;
    margin: 10px;
    margin-top: 30px;
    padding: 6px 10px;
    box-shadow: 0px 0px 4px inset white, 0px 0px 4px inset white, 0px 0px 4px inset white, 0px 0px 4px inset white, 0px 0px 3px #00000022;
    border-radius: 4px;
    border: 2px solid white;
    background: white;
    font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;;
}

#aboutstuff2 mark {
    display: inline;
    margin: 3px;
    color: #fff;
    background: #ff7fbf33;
    font-weight: 900;
    text-shadow: 1px 1px 0px #7fd0ff66, -1px -1px 0px #7fd0ff66, -1px 1px 0px #7fd0ff66, 1px -1px 0px #7fd0ff66, 0px 0px 1px #7fd0ff66, 0px 0px 1px #447dd3, 0px 0px 1px #7fd0ff66, 0px -1px 1px #7fd0ff66, 2px 1px 1px #7fd0ff66, 0px 1px 1px #7fd0ff66;
}

marquee {
margin-top:33px;
width: 245px;


}

#imagi {
width: 250px;
margin-top: 19px;

}

#imagi img {
  width: 80px;
  height: 80px;
   border: 1px solid #4545ff;
}

#footer {
    width: 700px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    position: relative;
    z-index: 5;
    padding-top: 14px;
}

#footer p {
    display: inline;
    font-size: 13px;
    color: blue;
}