
@font-face {
	font-family: 'Shippori Antique B1';
		src: url("../Fonts/ShipporiAntiqueB1-Regular.ttf") format("ttf");
}


@font-face {
	font-family: jlg-Thin;
			src: url('../Fonts/jlg-Thin.woff') format('woff');
			font-weight: normal;
			font-size: normal;
}

@font-face {
	font-family: jlg-Bold;
			src: url('../Fonts/jlg-Bold.woff') format('woff');
			font-weight: bold;
			font-size: normal;

}


/*The Jean-Luc typeface was designed and made by Atelier Carvalho Bernau on the occasion of the 80th birthday of Jean-Luc Godard. It is available free of charge from http://www.carvalho-bernau.com/jlg/

Jean-Luc typeface Copyright (c) 2010 Atelier Carvalho Bernau
*/

#header {
color: rgb(57,70,140);
font-family: 'jlg-Bold', Verdana, sans-serif;
font-size: 100px;
}

h2 {
color: rgb(225,225,225);
font-family: 'jlg-Bold', Verdana, sans-serif;
font-size: 36px;
}

.goblinbody {
background-color: black;
color: rgb(238,62,70);
text-align: left;
font-family: 'Shippori Antique B1', helvetica, verdana, sans-serif;
font-size: 20px;
text-align: center;
}

p {
        margin-left: 4in;
        margin-right: 4in;
        justify-content:space-around;
        
}