@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

body, html {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Patua One", serif;
}
.wholePageDirty {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.theContent {
	text-align: center;
}

h1 {
	font-weight: 400;
	font-size: 3rem;
	margin: 0 auto 20px;
}

h2 {
	font-weight: 400;
}

p {
	font-weight: 400;
}