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

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

.profile-image {
  max-width: 100%;
  width: 210px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}

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

a {
  text-decoration: none;
}

}

