@charset "UTF-8";
@font-face {
	font-family: "CookieRun";
	font-weight: 400;
	font-style: normal;
	src: url("https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunRegular.woff2") format('woff2');
	font-display: swap;
} 
@font-face {
	font-family: "CookieRun";
	font-weight: 700;
	font-style: normal;
	src: url("https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBold.woff2") format('woff2');
	font-display: swap;
} 
@font-face {
	font-family: "CookieRun";
	font-weight: 900;
	font-style: normal;
	src: url("https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBlack.woff2") format('woff2');
	font-display: swap;
}
body {
	font-family: 'CookieRun';
	margin: 0px;
	height: 100%;
	background: #000000;
	
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}


#cataas-img {
	margin: auto;
}

.jungle {
	position: absolute;
	bottom: 0;
	/*margin-bottom: 8px;*/
}
.jungle > #info {
	font-style: italic;
	font-size: 10px;
	color: #969696;
}
