body {
	background-color: #e0e5eb;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
  }
  
  span {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 175px;
	color: #e0e5eb;
	text-shadow: 
	  -7px -7px 11px rgba(255,255,255,0.3),
	  7px 7px 11px rgba(0,0,0,0.08);
	caret-color: #262626;
	outline: none;
  }
  