* {
  text-align: center;
}

@font-face {
  font-family:"Brawl";
  src: url(https://getmoneysmokeweedninja.neocities.org/fonts/Brawl.woff2);
  }
@font-face {
  font-family: "Dukeplus";
  src: url(https://getmoneysmokeweedninja.neocities.org/fonts/Dukeplus.woff2);
}
@font-face {
    font-family: "BerkshireSwash"; 
    src: url("BerkshireSwash.ttf") format("truetype");
} 

body {
  background-image: url("https://getmoneysmokeweedninja.neocities.org/gifs/evilbladee.gif");
  background-repeat: repeat;
  background-size: 10%;
}

body {
  font-family:"Brawl" ;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  color: white;
}

a {
  color: #00ffcc;
  text-decoration: none;
  font-family: "Dukeplus";
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: black;
  font-size: 200%;
  }