.hero-title{
font-weight:700;
background-color: blue;
}

.card:hover{
transform:translateY(-5px);
transition:0.3s;
}