
#home {
  text-align: center;
  padding: 0 15px;
  color: #000000;
  max-width: 600px;
  margin: auto;
}


#home h1 {
  color: #009688;
}

#home .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 8px solid #eeeeee;
}

#home .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}

#home .profile h1 a,
#home .profile h1 a:hover {
  color: #009688;
  text-decoration: none;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eeeeee;
  color: #009688;
  line-height: 1;
  padding: 9px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  text-decoration: none;
}

.social-links a:hover {
  background: #009688;
  color: #fff;
  text-decoration: none;
}
