@font-face {
	font-family: 'topfont';
	src: url(Kiwi_maru.ttf);
}
html{
    font-family: topfont, serif;
}

body{
	margin: 0;
}