.box{
	width: 400px;
	height: 300px;
	background-color: gray;
	padding-left: 30px;
	padding-right: 30px;
	border: 20px solid black;
}