html, body {
	background: #232323;
	height: 100%;
	font-family: 'Courier New', Courier, monospace;
}

.content {
	width: 100%;
	height: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #232323;
}

.card {
	padding: 2rem;
	background: #f0f0f6;
	border-radius: 20px;
}
	


	