body {
  display: grid;
  place-items: center;
  background: #f7fafc;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 2rem 2rem 4rem 2rem;
  width: 80%;
  max-width: 260px;
  padding: 2em;
  background: #fff;
  border-radius: 0.75rem;
  text-align: center;
}

.profile-image img {
  width: 160px;
  max-width: 160px;
  border-radius: 50%;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.profile-name {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.profile-position {
  font-size: 1rem;
  color: #718096;
  margin-bottom: 1rem;
}

.profile-separator {
  border-top: 2px solid #e2e8f0;
}

.profile-social {
  font-size: 1.75rem;
  width: 220px;
  margin: auto;
}

.profile-social ul {
  display: flex;
  justify-content: space-around;
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0;
}

.profile-social ul li a {
  color: #000;
}

.fa-xing-square {
  color: #026466;
}

.fa-linkedin {
  color: #0077b5;
}

.fa-facebook-square {
  color: #1877f2;
}

.fa-instagram-square {
  color: #e1306c;
}

.fa-twitter-square {
  color: #1da1f2;
}

.fa-whatsapp-square {
  color: #25d366;
}

.aboutme {
  width: 80%;
  max-width: 600px;
}

.headline {
font-size: 2.25rem;
font-weight: 700;
text-align: center;
padding-bottom: 1rem;
}

.text {
font-weight: 600;
/*color: #718096;*/
font-size: 1rem;
margin-bottom: 10rem;
line-height: 1.625
}


.footer-menu {
  width: 200px;
  font-size: 0.9rem;
}

.footer-menu ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  padding: 0;

}

.footer-menu ul li a {
  color: #CECECE;
  text-decoration: none;
}
