body {
	background-color: black;
	color: white;
	font-family: Helvetica, sans-serif;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

h1 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: -20px;
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 2rem;
	}
}
