* {
  	box-sizing: border-box;
  	font-family: Monaco, monospace;
}

body {

}

.characterparent{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#startpage{
	filter: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

#character-target-div{
	display: none;
	box-shadow: 0 0 10px 2px grey;
	position: relative;
	border-radius: 1vw;
}

.exitbutton{
	position: absolute;
	top: 1vw;
	right: 1vw;
}

#pinyindisplay{
	position: absolute;
	top: 0;
	right: 50%;
	translate: 50%;
}

