@charset "utf-8";

div {
	width: 200px;
	height: 150px;
	padding: 20px;
	margin: 10px;
	border: 3px solid black;
	background: lime;
}