@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: 'Naskle';
src: url(https://dl.dropbox.com/s/sxmexxt8pgokvdp/Naskle-Regular.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("doll.gif"), pointer;
}

body {
  background-image:url("https://i.postimg.cc/mkZvBDcR/38.gif");
  background-attachment:fixed;
  background-size:152.5px 72.5px;
  background-repeat: repeat;
  color: black;
  font-family: "Single Day", Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size:22px;
  margin:20px;
  cursor: url("doll.gif"), auto;
}

h1 {
  font-family:"Naskle", arial;
  color: #FF0090;
  font-size:2em;
  text-align:center;
  border: solid 0.25em #F33A6A;
  background-color:white;
  height: auto;
  margin-left:10em;
  margin-right:10em;
  border-radius:70px;
  background-image:url("https://i.postimg.cc/vTyqMj9z/NX9i-Fs-T6-o.png");
  background-position:left top;
  background-repeat:no-repeat;
}

#rave {
  font-family:"VCR", arial;
  font-size:16px;
  text-align:center;
  border: 8px pink solid;
  background-color:white;
  width:700px;
  height:450px;
  overflow:scroll;
  margin-left:auto;
  margin-right:auto;
}

p{
  font-family:"VCR", arial;
  font-size:16px;
  text-align:center;
  border: 8px pink solid;
  background-color:white;
  width:200px;
  height:20px;
  margin-left:auto;
  margin-right:auto;
  border-radius:30px;
}