body {
  background-color: rosybrown;
  font-family: Arial, sans-serif;
}

.business-card {
  width: 300px;
  background-color: pink;
  padding: 20px;
  margin-top: 100px;
  text-align: center;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

.profile-image {
  max-width: 100%;
}

.full-name {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  color: black;
}

.designation {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  color: grey;
}

.company {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  color: grey;
}

.email {
  margin-top: 5px;
  margin-bottom: 5px;
}

.phone-number {
  margin-top: 5px;
  margin-bottom: 5px;
}

.portfolio-link {
  text-decoration: none;
  color: blue;
}

h2 {
  margin: 0;
  text-align: center;
}

.social-media {
  text-align: center;
}

a {
  color: brown;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
}

a:active {
  color: red;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

hr {
    border-color: black;
}