

	@font-face {
	    font-family: 'black_jackregular';
	    src: url('fonts/blackjack-webfont.eot');
	    src: url('fonts/blackjack-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/blackjack-webfont.woff2') format('woff2'),
	         url('fonts/blackjack-webfont.woff') format('woff'),
	         url('fonts/blackjack-webfont.ttf') format('truetype'),
	         url('fonts/blackjack-webfont.svg#black_jackregular') format('svg');
	    font-weight: normal;
	    font-style: normal;

	}

	body
	{
		background-image: url("https://pictures.bletariamuskaj.com/forum.png");
		background-image: opacity: 0.2; 
		background-size: 100% auto;
		align-content: center;
	}

	h1
	{
		color: black;
		font-weight: bolder;
		font-family: "black_jackregular",Impact;
		text-align: center;
		font-size: 2.5em;

	}