img.profile-picture {
	padding: 0px;
	height: 200px;
	width: 265px;
}

.profile-bullets {
	font-size: 20px;
	text-align: left;
	font-family: monospace;;
}

a.black-link:link, a.black-link:visited, a.black-link:hover, a.black-link:active {
	color: black;
	text-decoration: none;
}

/* name is for the entire name section, including Pinyin and Chinese */
.name {
	font-size: 35px;
	text-align: center;
	padding-top: 30px;
	margin-left: 20px;
}

.chinese-name {
	font-family: STKaiti;
}
/* end of name css */

/* MA feed */
.feed {
	margin-top: 50px;
	text-align: center;
}

/* this section is for social media buttons */
.fa {
  padding: 15px;
  text-align: center;
  margin: 5px 2px;
  color: black;
}
/* end of social media buttons style sheet */

