body{

background:#f5f5f5;

}

.card{

transition:.3s;

}

.card:hover{

transform:scale(1.05);

box-shadow:0px 5px 20px rgba(0,0,0,.3);

}

.card img{

height:220px;

object-fit:cover;

}

footer{

margin-top:80px;

}

.navbar-brand img{

margin-right:10px;

}

h1{

font-weight:bold;

}

.btn-success{

font-weight:bold;

}

table th{

background:#198754;
color:white;

}

table td{

background:white;

}

img{

border-radius:10px;

}

.btn{

font-weight:bold;

}

h2{

font-weight:bold;

}

.shadow{

box-shadow:0px 5px 20px rgba(0,0,0,.3);

}