body {font-family: 'Lato', sans-serif;font-size: 15px;font-weight: 400;}
        h1,h2,h3,h4,h5 {font-family: 'Lato', sans-serif;font-weight: 900;}
        .crop {
        object-fit: cover;
        width: 100%;
        height: 250px;
        object-position: center 40%;
        }
        .img-hover-zoom {
          overflow: hidden;
        }
        .img-hover-zoom img {
          transition: transform .8s ease;
        }
        .img-hover-zoom:hover img {
          transform: scale(1.2);
        }
        a{color:#000000;}
        a:hover{color:#18998a;}
        p a{color:#16a085;text-decoration:none;}
        p a:hover{color:#000000;text-decoration:none;}
        .card-body h2,h3,h4,h5 {margin-top:4px;}
        p img{width: 100%;border-radius: 9px;}
        blockquote{background-color:#ffedf8;padding:15px;border-radius:10px;font-style: italic}
      
}