body{
    background-color: #ff80bb;
    font-family: Arial, Sans-serif;
  }
  
  p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .full-name{
    font-family: Helvetica;
    font-weight: bold;
    font-size: 24px;
  }
  
  .designation{
    font-style: italic;
    font-weight: bold;
  }
  
  .business-card{
    width: 300px;
    background-color: #bfff80;
    padding: 20px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    border: 4px solid #ffb3d7;
  }
  
  img{
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border: 2px solid #ffb3d7;
  }
  
  hr{
     border: 0.1px solid #ffb3d7;
     margin: 20px;
  }
  
  h2{
    font-size: 20px;
    color: #737373;
  }
  
  a{
    text-decoration: none;
    color: #a64dff;
  }
  
  a:hover{
    text-decoration: underline;
    color: #ff704d;
  }
  