@font-face{
	font-family: 'White Rabbit';
	src: url('../fonts/white_rabbit/whitrabt-webfont.ttf');
}
@font-face{
	font-family: 'Larabie';
	src: url('../fonts/larabiefont/larabiefont_rg.ttf');
}
@media (max-height: 300px){
	div{
		top: 0;
	}
}
*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-size: 32px;
	background: transparent;
	color: #000000;
	font-family: 'White Rabbit', 'Courier New', monospace;
}
body{
	height: 100%;
}
svg{
	height: 100%;
	position: absolute;
	right: 70%;
}
div{
	position: absolute;
	bottom: 10%;
	right: 10%;
	white-space: nowrap;
}
p{
	margin: 20px 0 0 0;
	font-weight: bold;
}
strong{
	font-family: 'Larabie';
	font-weight: normal;
}
a{
	font-family: inherit;
}