body {
  background: rosybrown;
  font-family: Arial, sans-serif;
  /* color: whitesmoke; */
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a {
  color: #261ad3;
  text-decoration: none;
}

a:visited {
  color: #261ad3;
}

a:hover,
a:focus {
  color: #80caff;
  text-decoration: underline;
}

.business-card {
  width: 300px;
  background: white;
  padding: 20px;
  margin-top: 100px;
  text-align: center;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid black;
}

.profile-image {
  max-width: 100%;

  border-radius: 20px;
  border: 1px solid black;
}

.full-name {
  font-weight: bold;
  font-size: 1.25rem;
}
