.green {
	background-color: green;
}

.purple {
	background-color: purple;
	top: 40px;
	left: 40px;
	/*border: solid #f0f 1px;*/
}

.box {
	display: inline-block;
	width: 5rem;
	height: 4.3rem;
	border-radius: 3px;
}

p.lorem {
	margin: 1rem 5rem;	
}

.box > p {
	display: flex;
	justify-content: center;
	margin: 0;
	font-size: 3rem;
}

.purple > p {
	color: #f0f;
	border-radius: 3px;
	border: solid #f0f 1px;
}

.green > p {
	color: #0f0;
	border-radius: 3px;
	border: solid #0f0 1px;
}

.important {
	border: dashed red 3px;
	margin: 1rem 5rem;
	padding: 1rem;
	background: yellow;
	color: red;
	font-weight: bold;
}
