.center{
	display: block;
	position: absolute;
	margin-top: -5%;
	margin-left: 27%;
	margin-right: 10%;
	transform: translate(0%, 30%)
}

.Task2 p {
	margin-top: -1%;
}

/* head*/

.pen_head{
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	border: 6px solid #000;
}


.pen_head:before{
	content: "";
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 50%;
	
}


.pen_eyes{
	width: 55px;
	height: 55px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	top: 25%;	
}


.pen_eyes:before{
	content: "";
	background-color: #000;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 25%;	
	border-radius: 50%;	
}

.pen_eyes:after{
	content: "";
	background-color: #fff;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 53%;
	left: 28%;	
	border-radius: 50%;	
}

.pen_left{
	left: 0%;
}

.pen_right{
	right: 0%;
}

.pen_nose{
	border-style: solid;
	border-width: 15px 8px 0px 8px;
	border-color: #ff6800 transparent transparent transparent;
	position: absolute;
	top: 75%;
	left: 45%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}


.pen_tummy{
	width: 50px;
	height: 100px;
	background-color: #000;
	border-radius: 50%;
	position: relative;
}


.pen_tummy:before{
	content: "";
	background-color: #fff;
	width: 70%;
	height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;	
	border-radius: 50%;	
	transform: translate(-50%, -50%);
}

/* hand*/

.pen_left-hand, 
.pen_right-hand{
	width: 15px;
	height: 50px;
	background-color: #000;
	position: absolute;
	top: 35%;
	border-radius: 45%;
}

.pen_left-hand{
	left: 10%;
	transform: rotate(40deg);
	transform-origin: top left;
	z-index: -1;
}

.pen_right-hand{
	right: 10%;
	transform: rotate(-40deg);
	transform-origin: top right;
	z-index: -1;
}

/* leg */

ul.pen_right-leg, 
ul.pen_left-leg{
	position: absolute;
	bottom: -5%;
	margin: 0px;
	padding: 0px;
	display: flex;
	z-index: -1;
	
}

ul.pen_left-leg{
	left: 15%;
	transform: rotate(30deg);
}

ul.pen_right-leg{
	right: 15%;
	transform: rotate(-30deg);
}

ul.pen_right-leg li, 
ul.pen_left-leg li{
	list-style: none;
	width: 3px;
	height: 25px;
	background-color: #ff6800;
	border-radius: 50%;
}

ul.pen_right-leg li:first-child, 
ul.pen_left-leg li:first-child{
	transform: rotate(30deg);
}


ul.pen_right-leg li:last-child, 
ul.pen_left-leg li:last-child{
	transform: rotate(-30deg);
}


.pen_hat{
  width: 100px;
  height: 50px; 
  border: 2px solid red;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0; 
  
	position: absolute;
	top: -80%;
	left: -50%;
	background-color: #ff6800;
	z-index: 1;
	
}

.pen_hat:before{
	content:"";
  width: 120px;
  height: 5px; 
  border: 2px solid red;
	position: absolute;
	top: 90%;
	left: -10%;
	background-color: #ff6800;
}

@media (max-width: 1450px){
	.center{
		margin-left: 45%;
		margin-right: 20%;
	}
}

@media (max-width: 1000px){	
	.center{
	margin-left: 45%;
	margin-right: 20%;
	}	
}

@media (max-width: 700px){
	.center{
		margin-top: -2%;
		margin-left: 40%;
		margin-right: 20%;
	}
}