html{
	height: 100%;
}
body{
	min-height: 100%;
	margin: 0;
	padding: 20% 0;
	backdrop-filter: blur(10px);
	background: url('../images/dirty.jpg');
	background-size: 100vw 100vh;
	text-align: center;
}
#content{
	color: #fff;
	margin: 0px auto;
	font-family: "Rock Salt", cursive;
	font-weight: 400;
	font-size: 4em;
	font-style: normal;
}