@import url("./fireflies.css");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Noto Sans", sans-serif;
}

body {
	color: whitesmoke;
	letter-spacing: 0px;
	line-height: 1.4;
}

/* Main centered container start */
body,
html,
.page,
.outer,
.inner {
	width: 100%;
	height: 100%;
}
.page .outer {
	display: table;
}
.page .inner {
	display: table-cell;
	vertical-align: middle;
}
.wrapper {
	width: 90%;
	max-width: 475px;
	margin: 0 auto;
	text-align: center;
}
/* Main centered container end */

.content h1 {
	font-size: 1.25rem;
	font-weight: 400;
}
@media all and (max-width: 798px) {
	.content h1 {
		font-size: 1.15rem;
	}
}

.footer {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.footer p {
	font-size: 0.75rem;
}
footer a {
	text-decoration: none;
	color: #f59e0b;
}
