@font-face { font-family: HACKED; src: url('Hacked-KerX.ttf'); } 

body {
    
    font-family: "HACKED", sans-serif;
    margin: 0;
	text-align: center;
}

h1 {
    font-size: 64;
}

h2 {
    font-size: 32;
}