@font-face {
	font-family: "texocities";
	src: url("https://astrorune.net/font/texocities.ttf"); 
}
@font-face {
	font-family: "bookworm";
	src: url("https://astrorune.net/font/bookworm.ttf"); 
} 
@font-face {
	font-family: "bubble";
	src: url("https://astrorune.net/font/bubble.ttf"); 
} 
@font-face {
	font-family: "title";
	src: url("https://astrorune.net/font/title.ttf"); 
} 
body {
	font-family: "texocities";
	font-size:  30px;
	line-height: 80%;
}
h1 {
	font-weight: normal;
	font-size: 150px;
}
hr {
	height:2px;
	background-color:chocolate;
	color:chocolate;
	border-width:0;
}
.invis {
	height:2px;
	background-color:rgba(255, 0, 0, 0);
	color:rgba(255, 0, 0, 0);
	border-width:0;
}