@charset "utf-8";
*{
	font-family: Georgia;
	font-size: 12pt;
}
body{
	width: 100%;
}

nav, img, button, footer{
    display: none;
}

figcaption{
	font-size:1.1em;
	text-align:center;
}
h1{
	font-size:0.8em;
	text-align:right;
	margin-bottom: 20px;
}