@font-face {
  font-family: Visitation;
  src: url("https://oddcorpsecarrioncult.neocities.org/font/Visitation.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: GOUDOS;
  src: url("https://oddcorpsecarrioncult.neocities.org/font/GOUDOS.ttf")
    format("truetype");
} 
@font-face {
  font-family: LeMurmure-Regular;
  src: url("https://oddcorpsecarrioncult.neocities.org/font/LeMurmure-Regular.woff")
    format("woff");
} 
body {
  background-color: black;
  color: white;
  font-family:GOUDOS
}

a:any-link{color:Chartreuse;}
.txt-center {text-align:center}
.txt-left {text-align:left}
.txt-right {text-align:right}
.txt-just {text-align:justify}


.float-left {float:left}
.float-right {float:right}
.float-none {float:none}
.clear {clear:both}