@charset "UTF-8";
body  {
	height: 100vh;
    background-image: url("img/background.png");
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
#pbody {position: absolute;
		top: 100px;
		left: 500px;
		z-index: 2;
	}
#eyes {position: absolute;
		top: 150px;
		left: 550px;
		z-index: 3;
		transform: scale(0.80);
	}
#glasses {position: absolute;
		top: 5px;
		left: 405px;
		z-index: 4;
		transform: scale(0.45);
	}
#leftear {position: absolute;
		top: 180px;
		left: 505px;
		z-index: 1;
	}
#rightear {position: absolute;
		top: 180px;
		left: 750px;
		z-index: 1;
	}
#bow {position: absolute;
		top: -320px;
		left: 175px;
		z-index: 5;
		transform: scale(0.30);
	}
#shoes {position: absolute;
		top: 445px;
		left: 500px;
		z-index: 1;
	}
#lips {position: absolute;
		top: 260px;
		left: 550px;
		z-index: 6;
		transform: scale(0.80);
	}
#leftarm {position: absolute;
		top: 250px;
		left: 400px;
		z-index: 1;
	}
#rightarm {position: absolute;
		top: 290px;
		left: 765px;
		z-index: 1;
	}
#cat {position: absolute;
		top: 290px;
		left: 765px;
		z-index: 1;
		transform: scale(0.80);
	}
#hat {position: absolute;
		top: 220px;
		left: 580px;
		z-index: 7;
		transform: scale(0.12);
	}
#flash {position: absolute;
		top: 220px;
		left: 580px;
		z-index: 1;
		transform: scale(5);
	}
#camera {position: absolute;
		top: 220px;
		left: 90px;
		z-index: 1;
		transform: scale(0.60);
	}






