* {
  color: #000;
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#me {
  /* background-image: url(/images/zaya.jpg); */
  /* float: left; */
  width: 200px;
  height: 200px;
  object-fit: cover;
}
div .name {
  padding-top: 20px;
  font-size: 28px;
  letter-spacing: -0.005rem;
}

.position {
  color: #000;
  text-decoration: none;
}
.small-line {
  line-height: 1;
}
#icon-bar {
  height: 40px;
  width: 40px;
}
#icon-bar a:hover {
  background-color: antiquewhite;
}
