html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	font-family: sans-serif;
	font-size: 48px;
}

.enter-btn {
	width: 500px;
	height: 100px;
	margin-top: 50px;
	font-size: 42px;
}

#message {
	font-size: 80px;
	color: orangered;
}

#quote {
	color: lightgray;
	font-style: italic;
	font-size: 24px;
}