body
{
	background-color: #e6e6e6;
	padding-bottom: 15vh;
	padding-left: 15%;
  	padding-right: 15%;
}

h1
{
	text-align: center;
	font-family: Luminari, fantasy;
}

h2
{
	text-align: center;
	font-family: Luminari, fantasy;
}

h3
{
	text-align: center;
	font-family: Luminari, fantasy;
}

h4
{
	text-align: center;
	font-family: Luminari, fantasy;
}

p
{
	font-family: Garamond, serif;
}

a
{
	font-family: Garamond, serif;
}

img
{
	max-height: 70vh;
	max-width: 100vh;
	align-content: center;
}

div
{
	text-align: center;
	width: 100%;
}

hr
{
	border-width: 2px;
	border-style: dashed;
	border-color: black;
}

footer
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #e6e6e6;
	text-align: center;
}

@media screen and (max-width: 800px)
{
  body
  {
    padding-left: 10px; 
    padding-right: 10px;
  }
}