body{
	width: calc(100vw - 16px);
	height: calc(100vh - 16px);
	background-color: black;
	color: yellow;
	font-family: comic-sans-ms, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2vmax;
	background-image: url("img/flyer.png");
  	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
   	text-align: center;
}
