@charset "utf-8";
.csmoji {
	margin: 2% auto;
	text-align: center;}
.csmoji p{
	font-weight: 900;
	font-family: "M PLUS Rounded 1c";
	font-size: 60px;
	color: #222;
	text-shadow: 1px 1px 1px #90d2e0;
}
@media screen and (max-width: 428px) {
.csmoji p{font-size: 44px;}

}