html {
	display: grid;
	height: 100%;
	place-items: center;
	font-size: 16px;
	background: #212121;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

main {
	position: relative;
	text-align: center;
	margin: 0 auto;
	word-break: break-word;
	z-index: 2;
}

h1 {
	color: #ff4001;
	font-size: 2.5rem;
}

h2 {
	font-size: 1.25rem;
}

h1,
h2 {
	text-transform: uppercase;
	font-weight: 100;
}

a {
	color: rgb(243, 243, 243);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

#confettiCanvas {
	opacity: 0.15;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
