/* Basic sample */

body{
  background-image: url('https://alicehorrorshow.neocities.org/backgrounds/chainlink.png');
	background-color: black;
	font-family: LM;
	color: red;
	text-align: center;
}


@font-face {
  font-family: LM; /* set name */
  src: url('https://alicehorrorshow.neocities.org/fonts/LibertinusMath-Regular[1].otf'); /* url of the font */
}
