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

p {
  margin: 5px 0px;
  }

a {
  text-decoration: none;
}

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

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