*{box-sizing: border-box;}

body{
  margin: auto;
  background-color: #fff;	
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
  padding: 2em 2em 8em 2em;
}

img
{
	width: 100%;
}

header
{
	display: grid;
	grid-template-rows: auto auto auto; 
	overflow: hidden;
}


header p
{
	font-family: 'Bungee', cursive;
	font-size: 1em;
	width: 100%;
	overflow: hidden;
	transform: scale(1.4) rotate(-5deg);
	margin: 1.5em auto;
}

ul
{
padding: 0;
list-style: none;
}

li
{
	line-height: 24px;
}

footer span{
	font-weight: bolder;
	color: #A0A0A0;
	width: 100px;
	display: inline-block;
}

.tagline
{
	font-size: 1.75em;
	padding: 60px;
	max-width: 600px;
	font-style: italic;
	text-align: center;
}






