
@font-face {
    font-family: 'Faxanadu';
    src: url('Faxanadu.ttf');
    font-weight: normal;
    font-style: normal;
}


body {
	background-color:black;
	font-family:  Georgia, serif;
	font-size: 1.5em;
	color: white;
	font-weight: normal;
}

#special {
    font-family: 'Faxanadu';
	font-size: .8em;
	margin:0 auto;
	text-align:center;
}

#main {
	width: 700px;
	margin:50px auto;
	
}

a {
	color:#fce29b;
	text-decoration:none;
}


object {
        display: none;
}

canvas {
        height:50vw;
        width:50vw;
}



