body {
	text-align: center;
	font-family: Monospace;
	font-size: 12px;
	margin-top: 50px;
}

.red {
	color: #f00;
}

.head {
	z-index: 3;
	top: 190px;
	position: absolute;
	left: 437px;
}

.head:hover {
	cursor: url('https://cur.cursors-4u.net/mechanics/mec-2/mec106.cur'), auto;
	transform: rotate(15deg);
}

.body {
	position: absolute;
	z-index: 1;
	left: 250px;
}

.box {
	background-color: white;
	position: absolute;
	z-index: 2;
	width: 300px;
	height: 100px;
	left: 350px;
	color: white;
}

.box2 {
	background-color: white;
	position: absolute;
	z-index: 0;
	width: 100px;
	height: 300px;
	left: 375px;
	color: white;
}