
/* got this from coolors.co - please improve!
 https://coolors.co/b5d6b2-53131e-5a464c-fffacc-ffefbd
*/

body
{
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-radius: 75px;
    border-style: double;
    border-color: brown;
    color: burlywood;
    font-size: 200%;
    margin: 50px;

}

header, footer
{
	text-align: center;
}

main
{   
    margin-right: 200px;
    margin-left: 200px;
    margin-top: 100px;
	margin-bottom: 50px;
}

h1, h2, h3
{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	text-align: center;
	line-height: 0px;
}

a
{
	text-decoration: none;
	color: lightseagreen;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: mediumseagreen;
}

figure
{
	text-align: center;
}

figcaption
{
	font-style: italic;
}

nav
{
	text-align: center;
}
