@font-face {
font-family: 'SuperMystery';
src: url('fonts/SuperMystery.ttf') format('truetype');
}
body { background-color: #ffffff; font-family: 'SuperMystery', sans-serif; }
h1 { background-color: #f0a902; color: 000000; }
h2 { background-color: #f2b104; color: 000000; }
h3 {
    font-size: 8px;
    font-family: 'Arial', sans-serif;
}
p { background-color: #f4c702; color: 000000; }
img { max-width: 100%; pointer-events: none; }
footer {
	font-size: 8px;
	font-family: 'Arial', sans-serif;
}
