
@font-face {
    font-family: 'Tango Sans';
    src: url('fonts/TangoSans.woff2') format('woff2'),
	url('fonts/TangoSans.woff') format('woff'),
	url('fonts/TangoSans.otf') format('opentype');
    font-style: normal;
	font-weight: 400;
}

:root {
	--color-orange: hsl(25 90% 60% / 1);
}

body {
	margin: 0;
	padding: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	font-family: 'Arial';
	font-size: 14px;
	background-color: var(--color-orange);
	color: #FFFFFF;
}
img {
	width: 100%;
}

.frame {
	width: 100%;
	max-width: 640px;
}

main {
	font-family: 'Tango Sans';
	font-size: 32px;
	text-align: center;
}
footer {
	text-align: center;
}
