@charset "UTF-8";
/* CSS Document */

body {
  font-family: sans-serif;
  margin: 0;
  padding: 15px;
  background-color: #ffffff;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.wrap {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.profile {
  text-align: center;
  color: #000;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	
}
.photo {
     height: 150px;
        width: 150px;
        border-radius: 50%; /*  100px */
        
        line-height: 200px;
        text-align: center;
        background: 
            url("web_images/huynhnhu.jpeg") 
            center / cover no-repeat;
}
.profile_name {
  font-weight: bold;
  display: block;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.at {
  font-size: 13px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.links ul {
  list-style: none;
  padding: 0;
  margin: 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.links ul li {
  margin: 14px 0;
	ffont-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.link {
  padding: 14px;
  display: block;
  background-color: #9466FF;
  text-align: left;
  text-decoration: none;
  border-radius: 4px;
  transition: ease all 0.3s;
  color: #FFF;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.link:hover {
  opacity: 0.9;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.card {
  padding: 10px;
  background-color: #FFF;
  border-radius: 4px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.card h3 {
  margin: 0;
  color: #202024;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.card p {
  margin: 5px 0;
  font-size: 13px;
  color: #202024;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}