* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.container {
	width: 100%;
	height: 100%;
	max-width: 128rem;
	max-height: 32rem;
	padding: 4rem;
}

.center-on-page {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.center {
	text-align: center;
}

body {
	background-color: #f59e0b;
	transition: background-color 1s;
}

a {
	text-decoration: none;
	color: white;
}

@font-face {
	font-family: GTAmerica;
	src: url(gt-america-bold.woff);
	font-weight: 700;
}
@font-face {
	font-family: GTAmerica;
	src: url(gt-america-regular.woff);
	font-weight: 400;
}

@font-face {
	font-family: IBM Plex Sans;
	src: url(https://fonts.gstatic.com/s/ibmplexsans/v14/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format('woff2');
	font-weight: 400;
}
@font-face {
	font-family: IBM Plex Sans;
	src: url(https://fonts.gstatic.com/s/ibmplexsans/v9/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFsdP3pBms.woff2);
	font-weight: 700;
}

.number {
	color: white;
	font-size: 16vmin;
	font-family: IBM Plex Sans;
	font-weight: 700;
}

.sub-text {
	color: white;
	font-size: 8vmin;
	font-family: IBM Plex Sans;
	font-weight: 400;
}

.message {
	color: white;
	font-size: 2.5vmin;
	font-family: IBM Plex Sans;
}

.flex-stack {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.messages {
	margin: 1rem;
	position: absolute;
}
