@font-face {
font-family:'genty';
src: url(https://dl.dropbox.com/s/ctpy3s68nge1r8d/GentyDemo-Regular.ttf); 
}

@font-face{
font-family:'BILLO';
src: url(/BILLO___.TTF); 
}

@font-face{
font-family:'VCR';
src: url(/VCR_OSD_MONO_1.001.ttf);
}

@font-face{
font-family:'rainy';
src: url(/rainyhearts.ttf);
}

::-webkit-scrollbar {
  height:3px;
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #7e34a3;
}

::-webkit-scrollbar-thumb:hover {
  background: #7e34a3;
} 

a:hover {
  color:#6c40ad;
  cursor: url("mmh.gif"), pointer;
}

body {
  background-image:url("https://i.postimg.cc/Yq4bMGxy/d2156a0e-original.jpg");
  background-attachment:fixed;
  background-size: 140px 140px;
  background-repeat: repeat;
  color: black;
   font-family: "rainy", Century Gothic, CenturyGothic, AppleGothic, sans-serif;
   font-size:22px;
   margin:20px;
   cursor: url("mm.gif"), auto;
  line-height:0.8em;
}

h1 {
   font-family:"BILLO", arial;
   font-size:2em;
   color:#FF0090;
   text-align:center;
   border-width:14px;
   border-style:solid;
   border-image: url("https://i.postimg.cc/q7xwg2PS/pinkborder.png") 7 fill round;
   border-image-outset: 3px;
   background-color:white;
   border-radius:16px;
   width:650px;
   height:35px;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:0.3em;
}

h2 {
  text-align:center;
  font-family:"BILLO", arial;
  font-size:1.5em;
  color:#FF0090;
  border-bottom:4px #fc0384 solid;
}

h3 {
  text-align:center;
  font-family:"BILLO", arial;
  font-size:1em;
  color:#FF0090;
  border-bottom: 3px #fc0384 solid;
}


a {
    color: #DE3163;
}

p {
  text-align:center;
  border: 8px pink solid;
  border-radius:8px;
  background-color:white;
  width:500px;
  margin-left:auto;
  margin-right:auto;
  border-image: url("https://i.postimg.cc/q7xwg2PS/pinkborder.png") 4 round;
  border-image-outset:1px;
}

#txt, #i{
  font-size:18px;
}


#text{
  text-align:center;
  border: 8px pink solid;
  border-radius:30px;
  background-color:white;
  width:890px;
  height:80px;
  margin-left:auto;
  margin-right:auto;
  border-image: url("https://i.postimg.cc/q7xwg2PS/pinkborder.png") 4 round;
  border-image-outset:1px;
}

#graphics {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  width:1000px;
  height:450px;
  overflow:scroll;
  padding: 15px;
  border-width:8px;
  border-radius:30px;
  border-style:solid;
  border-color:#FF0090;
  background-image: url("https://i.postimg.cc/xdFQh0Fd/tumblr-1906d268e6b570648f0b7b846bba1b8c-976002a6-75.gif");
  background-size: 130px 130px;
  background-repeat:repeat;
  background-attachment: fixed;
}

#graphics img {
  object-fit:contain;
  max-width:100%;
}

#back {
  text-align:center;
  border: 8px pink solid;
  border-radius:8px;
  background-color:white;
  width:250px;
  height:35px;
  padding-top:0.18em;
  margin-left:auto;
  margin-right:auto;
  margin-top:0.5em;
  border-image: url("https://i.postimg.cc/q7xwg2PS/pinkborder.png") 4 round;
  border-image-outset:1px;
}

#back img:hover{
  opacity:0.5;
}
  