@font-face
{
	font-family: Gotham Book;
	src: url('fonts/Gotham-Book.ttf');
}
body
{
	background-color:white;
	color: black;
    font-family: Gotham Book;
    font-size: 20px;
	font-style :bold;
    line-height: 20px;
	text-align: center;
}

img
{
	display:block;
	margin-left: auto;
	margin-right: auto;
}