html, body {
	background-color: #0B0C10;
	height: 100%;
	margin: 0;
	padding: 0;
}
.container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}
p {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	color: #66FCF1;
}