/************************/
/*                      */
/*     homepage.css     */
/*                      */
/*      started on:     */
/*     Jan. 2, 2025     */
/*                      */
/************************/

body {
	font-family:system-ui;
	background:#000;
	color:black;
	text-align:center;
}

div#tylersmithsigil {
	background:url("images/ty/tylersmithsigil.png") no-repeat;
	margin:0 auto;
}