html
{
	background-color: MintCream;
	margin: 0;
}

h1
{
	font-family: Papyrus;
	font-size: 50pt;
	color: Indigo;
}

body
{
	height: 100%;
	width:  100%;
	align-items:     center;
	justify-content: center;
	flex-direction:  column;
	display: flex;
	//background-image: url("../firewall.gif");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	width: 100%;
}

img
{
	width: 500px;
	height: 500px;
}
