body {
	background-color: black;
}
h1 {
	color: white;
	font-family: monospace;
	font-size: 300%
	font-weight: bold;
}
p {
	color: white;
	font-family: monospace;
}
.box {
	border: 5px solid white;
	width: 33vw;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30vh;
	flex-direction: column;
}
