@font-face {
	font-family: "Fruity Juice";
	src:local("Fruity Juice"),
	url("./res/fonts/fruity_juice.otf") format("opentype"),
	url("./res/fonts/fruity_juice.ttf") format("opentype");
}

body {
	color:whitesmoke; text-align:center; font-family:"Fruity Juice";
	background:#FBA8B0;
}

img {
	width:8em;
	border-radius:1em;
}