h1 {
	color: gray;
}

p {
	font-style: bold;
}

.box {
	float: left;
	margin: 5px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid;
	color: #333;
	border-radius: 20px;
	width: 120px;
	height: 120px;
}
