h1,h2,h3{
    color:rgb(17, 16, 51);
    font-family: 'Times', sans-serif;
}

p{
    font-family:helvetica;
    line-height:1.8;
    
}

.para p{
    font-family: Roboto;
    font-size: 18px;
    line-height:1.8;

}

ul,a {
    list-style-type: none;
    text-decoration: none;
  }

  .label_font{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;


  }

  .textshadow{
      color: white;
  text-shadow: 2px 2px 4px #000000;
      
  }
  


body{
    font-family:helvetica;
}