body {
	background: black;
	margin: 0;
}
.g-body {
	width: 200px;
	height: 400px;
	background: ghostwhite;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	top: 50px;
	left: 100px;
}
.g-right-eye {
	width: 30px;
	height: 30px;
	background-color: black;
	border-radius: 100%;
	position: absolute;
	top: 130px;
	left: 150px;
}
.g-left-eye {
	width: 30px;
	height: 30px;
	background-color: black;
	border-radius: 100%;
	position: absolute;
	top: 130px;
	left: 150px;
}
.g-left-eye {
	width: 30px;
	height: 30px;
	background-color: black;
	border-radius: 100%;
	position: absolute;
	top: 130px;
	left: 230px;
}
.g-mouth {
	width: 50px;
	height: 50px;
	border: 5px solid black;
	border-radius: 100%;
	position: absolute;
	top: 200px;
	left: 170px;
	border-top: none;
}
.g-mouth-cover {
	width: 150px;
	height: 50px;
	background-color: ghostwhite;
	position: absolute;
	top: 180px;
	left: 130px;
	border-top: none;
}