/*Created by Luna Sparrowhawk aka 90sGenZKid*/
/*For allowing to edit little codes on CSS*/

@font-face {
    font-family: AlexanderQuill;
    src: local(AlexanderQuill), url("../font/AlexanderQuill.ttf") format(truetype);
}

@font-face {
    font-family: Maximilian;
    src: local(Maximilian), url("../font/Maximilian.ttf") format(truetype);
}

html, body {
    font-family: AlexanderQuill;
    background-image: url(../img/main/paper.JPG);
}

h1 {
    font-family: Maximilian;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.footercustom {
  text-align: center;
  font-size: 10pt;
}