body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 100%;
	line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #444;
	background-color: white;
}

img
{
	border: none;
}

#content
{
    margin: auto;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 3em;
}

#logo
{
	margin-top: 5%;
}

