
/* General CSS */
body{
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}
/* Slider CSS */
.carousel-item{
    max-height: 500px;

}
.card-body:hover .card{
    transform: translate(10px);
}