body {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-align: center;
}

h1 {
  font-size: 30px;
  margin-bottom: 0px;
}

h2 {
  margin-top: 0px;
  font-size: 20px;
}

.profile_pic img {
  margin-top: 10px;
  height: 120px;
  width: 120px;
}

.profile_links {
  margin-top: 50px;
  font-size: 15px;
}

.sep {
  margin-bottom: 30px;
}

.profile_links a {
  display: block;
  height: 80px;
  width: 80px;
  background-size: 80px 80px;
  background-repeat: no-repeat;
  margin: auto;
}

.profile_links a.contact {
  background-image: url('../images/contact.png');
}

.profile_links a.whatsapp {
  background-image: url('../images/whatsapp.png');
}

.profile_links a.linkedin {
  background-image: url('../images/linkedin.png');
}