@font-face {
	font-family: "BalooBhai";
	src: url("../BalooBhai-Regular.ttf");
}

body {
	background-color: #111;
	font-family: "BalooBhai", cursive;
	font-size: 100px;
	color: #FFFFFF;
	text-align: center;
}

.logo {
	width: 55px;
	height: 55px;
	position: relative;
	top: 25px;
	margin: 0px 5px 0px 5px;
}