html {
	background-color: #0f0f0f;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #fafafa;
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #ededed;
	margin: 0px;
}

p {
	color: #7c7c7c;
	width: 450px;
}

a {
	color: #62a8f8;
	text-decoration: none;
}

footer {
	color: #232323;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 16px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

div {
	text-align: center;
	position: absolute;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}