@import url(https://fonts.googleapis.com/css?family=Fredoka+One);
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	font-family: 'Fredoka One';
	color: #3e4c5f;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.container {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.content {
	text-align: center;
	display: inline-block;
}

.title {
	font-size: 96px;

}
.subtitle {
	font-size: 20px;
}