body{
	background-color: #004400;
	font-family: "Courier New";
	text-align: center;
	color: pink;
}

h1,h2,h3{
	font-weight: bold;
}

a{
	font-weight: bold;
	color: orchid;
}

p{
	font-size: 1.2em;
}

.box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.box > * {
	margin: 20px;
}