
*{
  
    font-family: "Afacad", sans-serif;
    background-color: white;
    font-size: 18px;
}
body {
    margin-top: 60px;
  }
  .ciHeading{
    text-align: center;
    margin: 15px 0px;
    font-weight: 300;
    font-size: 35px;
    text-decoration: underline 1px;
    text-underline-offset: 7px;
  }
  .custombtn{
    background-color: rgba(46, 204, 113,1.0) !important;
    padding: 10px !important;
    width: 50px;
    height: 50px;
   
  }