/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@font-face {
  font-family: 'PLANK___.ttf';
  src: url(https://damienswrld.neocities.org/planet_kosmos/PLANK___.TTF);
}

@font-face {
  font-family: 'Nintendo-DS-BIOS.ttf';
  src: url(https://damienswrld.neocities.org/nintendo_ds_bios/Nintendo-DS-BIOS.ttf);
}

body {
  background-image: url('https://i1.glitter-graphics.org/pub/288/288451knyc218ksx.jpg');
background-attachment: fixed;
background-repeat: repeat;
  color: white;
  font-family: "Verdana";
}

.outlined-text {
  color: #e6b5ff; /* Color of the inside of the text */
  -webkit-text-stroke: 2px #ac6ccc; /* Thickness and color of the outline */
  font-size: 40px;
  font-weight: normal;
  font-family: "PLANK___.ttf";
}

a {
  font-family: 'Nintendo-DS-BIOS.ttf';
  color: #20f559; /* Use Hex codes, RGB, or color names */
  transition: text-shadow 0.3s ease;
  -webkit-text-stroke: 0.5px #008c25;
  text-shadow: 0 0 10px #42db6b, 0 0 20px #42db6b, 0 0 10px #42db6b, 0 0 20px #42db6b;
  font-size: 30px
}
