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

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

h2 {
  color: GhostWhite;
  font-size: 20px;
}

a {
  text-decoration: none;
}

a:link {
  color: SeaGreen;
}

a:visited {
  color: DarkSeaGreen;
}

a:hover {
  color: DarkGreen;
}

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

.profile-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.full-name {
  color: GhostWhite;
  font-size: 25px;
  margin-top: 15px;
  font-family: Verdana;
}

.designation {
  color: DarkGray;
  font-size: 20px;
}

.company {
  color: DimGrey;
  font-size: 15px;
}

hr {
  color: GhostWhite;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}
