/* 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: 'Cherish';
    src: url('/misc/fonts/asterism-m.com/Cherish.ttf') format('truetype'), 
        url('myfont-webfont.woff') format('woff'), 
        url('myfont-webfont.ttf')  format('truetype'),
        url('myfont-webfont.svg#svgFontName') format('svg');
}

@font-face {
     font-family: "Cherish";
     src :url("/misc/fonts/asterism-m.com/Cherish.ttf") format("truetype"); 
}

@font-face {
     font-family: "Unicorn";
     src: url(/misc/fonts/Unicorn.ttf) format("truetype");
}

@font-face {
     font-family: "LovelyValentine";
     src: url(/misc/fonts/LovelyValentine.woff) format("woff");
}

@font-face {
     font-family: "MellowMelody-Regular";
     src: url(/misc/fonts/asterism-m.com/MellowMelody-Regular.woff) format("woff");
}

@font-face {
     font-family: "BubbleCandy";
     src: url(/misc/fonts/BubbleCandy.ttf) format("truetype");
}

@font-face {
     font-family: "GLAMOURGIRL";
     src: url(/misc/fonts/GLAMOURGIRL.TTF) format("truetype");
}

@font-face {
     font-family: "LilyScriptOne";
     src: url(/misc/fonts/LilyScriptOne.ttf) format("truetype");
}

@font-face {
     font-family: "Mishaland";
     src: url(/misc/fonts/Mishaland.ttf) format("truetype");
}

@font-face {
     font-family: "Rommantis";
     src: url(/misc/fonts/Rommantis.ttf) format("truetype");
}

@font-face {
     font-family: "AirstreamNF";
     src: url(/misc/fonts/AirstreamNF.ttf) format("truetype");
}

@font-face {
     font-family: "TitilliumWeb-Light";
     src: url(/misc/fonts/TitilliumWeb-Light.ttf) format("truetype");
}

@font-face {
     font-family: "mckloud-black";
     src: url(/misc/fonts/mckloud-black.ttf) format("truetype");
}

@font-face {
     font-family: "mckloud-white";
     src: url(/misc/fonts/mckloud-white.ttf) format("truetype");
}

   a.one:link, a.one:visited {
  color: #8B0050;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-family: TitilliumWeb-Light;
}

a.one:hover, a.one:active {
  color: #FF6AC0;
  webkit-filter: blur(4px); /* Chrome, Safari, Opera */
  filter: blur(2px);
}

a.two:link, a.two:visited {
  color: white;
  -webkit-text-stroke: 1px #FFADD3;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-family: mckloud-black;
}

a.two:hover, a.two:active {
  color: #FF6AC0;
  -webkit-filter: blur(4px); /* Chrome, Safari, Opera */
  filter: blur(2px);
}

    .hidden{
      display: none;  
    }

    .w-100{
      width: 100%;
    }

    .mb-10{
      margin-bottom: 10px;
      background: url(https://tentaclit.neocities.org/misc/backgrounds/pinkhrtsbg.gif);
      font-family: TitilliumWeb-Light;
      font-weight: bold;
      font-size: 15px;
    }
