@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
html, body {
	background-color: #FFFFFF;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}
div.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}
.center {
	text-align: center;
	width: 600px;
	height: 350px;
}
.text {
	padding: 20px 0 0 0;
	font-family: 'Indie Flower', cursive;
}