p { color: red; }
    body { background-color: #eee; }

    .dot {
	width: 60px;
   	height: 60px;
   	border-radius: 50%;
   	border: 3px black solid;
   	margin: 5px;
   	position: absolute;
}

.body {
	width: 16px;
   	height: 160px;
   	border: 3px black solid;
   	margin: 5px;
   	margin-left: 26px;
   	margin-top: 90px;
   	position: absolute;
}