/* 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." */
   
body {
  background-color: white;
  color: black;
  font-family: Verdana, Semplicita;
}

@font-face {
    font-family: 'Avenir';
    src: url('https://wjr.neocities.org/fonts/Avenir Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('https://wjr.neocities.org/fonts/Avenir Book.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('https://wjr.neocities.org/fonts/Avenir Light.ttf');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('https://wjr.neocities.org/fonts/Avenir Heavy.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('https://wjr.neocities.org/fonts/Avenir Black.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Benguiat Gothic';
    src: url('https://wjr.neocities.org/fonts/BenguiatGothicStd-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Benguiat Gothic';
    src: url('https://wjr.neocities.org/fonts/BenguiatGothicStd-BoldObl.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Benguiat Gothic';
    src: url('https://wjr.neocities.org/fonts/BenguiatGothicStd-Book.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Benguiat Gothic';
    src: url('https://wjr.neocities.org/fonts/BenguiatGothicStd-BookObl.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Benguiat Gothic';
    src: url('https://wjr.neocities.org/fonts/BenguiatGothicStd-Heavy.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Benguiat Gothic';
    src: url('https://wjr.neocities.org/fonts/BenguiatGothicStd-HeavyObl.ttf');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Benguiat Gothic';
    src: url('https://wjr.neocities.org/fonts/BenguiatGothicStd-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Benguiat Gothic';
    src: url('https://wjr.neocities.org/fonts/BenguiatGothicStd-MediumObl.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Cambria';
    src: url('https://wjr.neocities.org/fonts/Cambria Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Candara';
    src: url('https://wjr.neocities.org/fonts/Candara.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Candara';
    src: url('https://wjr.neocities.org/fonts/Candara_Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Candara';
    src: url('https://wjr.neocities.org/fonts/Candara_Bold_Italic.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Candara';
    src: url('https://wjr.neocities.org/fonts/Candara_Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('https://wjr.neocities.org/fonts/centurygothic.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('https://wjr.neocities.org/fonts/centurygothic_bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FS Me';
    src: url('https://wjr.neocities.org/fonts/FS Me-Bold Italic.otf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'FS Me';
    src: url('https://wjr.neocities.org/fonts/FS Me-Bold.otf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FS Me';
    src: url('https://wjr.neocities.org/fonts/FS Me-Heavy Italic.otf');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'FS Me';
    src: url('https://wjr.neocities.org/fonts/FS Me-Heavy.otf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'FS Me';
    src: url('https://wjr.neocities.org/fonts/FS Me-Italic.otf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'FS Me';
    src: url('https://wjr.neocities.org/fonts/FS Me-Light Italic.otf');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'FS Me';
    src: url('https://wjr.neocities.org/fonts/FS Me-Light.otf');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'FS Me';
    src: url('https://wjr.neocities.org/fonts/FS Me-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Benguiat';
    src: url('https://wjr.neocities.org/fonts/ITCBenguiatStdBoldCn.OTF');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Benguiat';
    src: url('https://wjr.neocities.org/fonts/ITCBenguiatStdBoldCnIt.OTF');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Benguiat';
    src: url('https://wjr.neocities.org/fonts/ITCBenguiatStdBookCn.OTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Benguiat';
    src: url('https://wjr.neocities.org/fonts/ITCBenguiatStdBookCnIt.OTF');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Benguiat';
    src: url('https://wjr.neocities.org/fonts/ITCBenguiatStdMediumCn.OTF');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Benguiat';
    src: url('https://wjr.neocities.org/fonts/ITCBenguiatStdMediumCnIt.OTF');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Meta';
    src: url('https://wjr.neocities.org/fonts/meta-normal.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto';
    src: url('https://wjr.neocities.org/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf');
    font-style: italic;
}
@font-face {
    font-family: 'Noto';
    src: url('https://wjr.neocities.org/fonts/NotoSans-VariableFont_wdth,wght.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('https://wjr.neocities.org/fonts/Nunito-Italic-VariableFont_wght.ttf');
    font-style: italic;
}
@font-face {
    font-family: 'Nunito';
    src: url('https://wjr.neocities.org/fonts/Nunito-VariableFont_wght.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Semplicita';
    src: url('https://wjr.neocities.org/fonts/Semplicita Bold Italic.otf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Semplicita';
    src: url('https://wjr.neocities.org/fonts/Semplicita Bold.otf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Semplicita';
    src: url('https://wjr.neocities.org/fonts/Semplicita Light Italic.otf');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Semplicita';
    src: url('https://wjr.neocities.org/fonts/Semplicita Light.otf');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Semplicita';
    src: url('https://wjr.neocities.org/fonts/Semplicita Medium Italic.otf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Semplicita';
    src: url('https://wjr.neocities.org/fonts/Semplicita Medium.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Semplicita';
    src: url('https://wjr.neocities.org/fonts/Semplicita Ombra.otf');
    font-weight: 900;
}

@font-face {
    font-family: 'Seravek';
    src: url('https://wjr.neocities.org/fonts/Seravek-Bold.otf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Seravek';
    src: url('https://wjr.neocities.org/fonts/Seravek-BoldItalic.otf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Seravek';
    src: url('https://wjr.neocities.org/fonts/Seravek-ExtraLight.otf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Seravek';
    src: url('https://wjr.neocities.org/fonts/Seravek-ExtraLightItalic.otf');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Seravek';
    src: url('https://wjr.neocities.org/fonts/Seravek-Italic.otf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Seravek';
    src: url('https://wjr.neocities.org/fonts/Seravek-Light.otf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Seravek';
    src: url('https://wjr.neocities.org/fonts/Seravek-LightItalic.otf');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Seravek';
    src: url('https://wjr.neocities.org/fonts/Seravek-Medium.otf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Seravek';
    src: url('https://wjr.neocities.org/fonts/Seravek-MediumItalic.otf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Seravek';
    src: url('https://wjr.neocities.org/fonts/Seravek.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: url('https://wjr.neocities.org/fonts/Verdana-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Verdana';
    src: url('https://wjr.neocities.org/fonts/Verdana-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Verdana';
    src: url('https://wjr.neocities.org/fonts/Verdana-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Verdana';
    src: url('https://wjr.neocities.org/fonts/Verdana.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vintage Glamour';
    src: url('https://wjr.neocities.org/fonts/VintageGlamourItalic-DO471.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Vintage Glamour';
    src: url('https://wjr.neocities.org/fonts/VintageGlamourRegular-ALX27.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Andy';
    src: url('https://wjr.neocities.org/fonts/AndyBold.OTF');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Andy';
    src: url('https://wjr.neocities.org/fonts/AndyBoldIt.OTF');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Andy';
    src: url('https://wjr.neocities.org/fonts/AndyItalic.OTF');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Andy';
    src: url('https://wjr.neocities.org/fonts/AndyRegular.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arnold Boecklin';
    src: url('https://wjr.neocities.org/fonts/ArnoldBoecklinStd.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Belwe';
    src: url('https://wjr.neocities.org/fonts/BelweBoldBT.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Belwe';
    src: url('https://wjr.neocities.org/fonts/BelweCondensedBT.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Belwe';
    src: url('https://wjr.neocities.org/fonts/BelweLightBT.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Belwe';
    src: url('https://wjr.neocities.org/fonts/BelweMediumBT.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Constantia';
    src: url('https://wjr.neocities.org/fonts/constan.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid';
    src: url('https://wjr.neocities.org/fonts/DroidSerif-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Droid';
    src: url('https://wjr.neocities.org/fonts/DroidSerif-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Droid';
    src: url('https://wjr.neocities.org/fonts/DroidSerif-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Droid';
    src: url('https://wjr.neocities.org/fonts/DroidSerif.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gabriola';
    src: url('https://wjr.neocities.org/fonts/Gabriola.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hightower';
    src: url('https://wjr.neocities.org/fonts/high-tower-text.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hoefler';
    src: url('https://wjr.neocities.org/fonts/hoefler-text-regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Korinna';
    src: url('https://wjr.neocities.org/fonts/ITC Korinna Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Skeleton Antique';
    src: url('https://wjr.neocities.org/fonts/SkeletonAntique-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Utopia';
    src: url('https://wjr.neocities.org/fonts/Utopia Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('https://wjr.neocities.org/fonts/calibri.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('https://wjr.neocities.org/fonts/calibri_bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Clove';
    src: url('https://wjr.neocities.org/fonts/Clove-BF65005eccc6cff.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://wjr.neocities.org/fonts/Montserrat-Italic-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://wjr.neocities.org/fonts/Montserrat-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen';
    src: url('https://wjr.neocities.org/fonts/Oxygen-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Oxygen';
    src: url('https://wjr.neocities.org/fonts/Oxygen-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Oxygen';
    src: url('https://wjr.neocities.org/fonts/Oxygen-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}