body {
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

svg {
  stroke: none;
  stroke-width: 0;
}

.card {
  
}

.photo {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.contact,
.social {
  margin-top: 15px;
}

.social a {
  margin: 0 5px;
  color: #3498db;
  text-decoration: none;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 16px;
  background-color: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}
