body {
	max-width: 100%;
	overflow: hidden;
	background-color: #052005;
}

h1,
p,
main {
	font-family: 'Courier New', monospace;
	color: green;
	font-weight: 900;
}

h1 {
	margin-top: 50px;
	text-align: center;
}

.hide {
	display: none;
}
