body{

padding-top:70px;

background:#f4f6f8;

font-family:Arial;

}

.slider{

height:600px;

object-fit:cover;

filter:brightness(60%);

}

.carousel-caption{

bottom:30%;

}

.carousel-caption h1{

font-size:55px;

font-weight:bold;

}

.card{

transition:.4s;

box-shadow:0px 5px 15px rgba(0,0,0,.2);

border:none;

}

.card:hover{

transform:translateY(-10px);

}

.card img{

height:250px;

object-fit: contain;

}

h2{

font-weight:bold;

margin-bottom:25px;

}

footer{

background:#111;

color:white;

}