
@font-face {
	font-family: myFont; /* set name */
	src: url(../fonts/Minercraftory.ttf); /* url of the font */
}

h1 {
	font-family: myFont; /* use font */
}

@media screen and (max-width: 800px) {
	img {
		width:75%;
	}
	
	h1 {
		font-size:22px!important;
	}
	
	iframe {
		width:100%;
	}
}
