
body {
	background-color: lightgrey;
	font-family: 'Bungee Hairline', cursive;
	display: flex;
	flex-direction: column; 
  min-height: 100vh;
  justify-content: space-between;
  margin: 0px;
}

.content h1 {
	text-align: center;
}